
html {
    height: 100%
}

body {
    color: #333;
  
    min-height: 100%;
    margin: 0;
       font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    line-height: 20px
}

img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block
}

html.w-mod-touch * {
    background-attachment: scroll!important
}

.w-block {
    display: block
}

.w-inline-block {
    max-width: 100%;
    display: inline-block
}

.w-clearfix:before,.w-clearfix:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-clearfix:after {
    clear: both
}

.w-hidden {
    display: none
}

.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block
}

input.w-button {
    -webkit-appearance: button
}

html[data-w-dynpage] [data-w-cloak] {
    color: #0000!important
}

.w-code-block {
    margin: unset
}

pre.w-code-block code {
    all: inherit
}

pre.w-code-block code>span {
    display: block!important
}

.w-optimization {
    display: contents
}

.w-webflow-badge,.w-webflow-badge>img {
    box-sizing: unset;
    width: unset;
    height: unset;
    max-height: unset;
    max-width: unset;
    min-height: unset;
    min-width: unset;
    margin: unset;
    padding: unset;
    float: unset;
    clear: unset;
    border: unset;
    border-radius: unset;
    background: unset;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-origin: unset;
    background-clip: unset;
    background-attachment: unset;
    background-color: unset;
    box-shadow: unset;
    transform: unset;
    direction: unset;
    font-family: unset;
    font-weight: unset;
    color: unset;
    font-size: unset;
    line-height: unset;
    font-style: unset;
    font-variant: unset;
    text-align: unset;
    letter-spacing: unset;
    -webkit-text-decoration: unset;
    text-decoration: unset;
    text-indent: unset;
    text-transform: unset;
    list-style-type: unset;
    text-shadow: unset;
    vertical-align: unset;
    cursor: unset;
    white-space: unset;
    word-break: unset;
    word-spacing: unset;
    word-wrap: unset;
    transition: unset
}

.w-webflow-badge {
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 0 0 1px #0000001a,0 1px 3px #0000001a;
    visibility: visible!important;
    opacity: 1!important;
    z-index: 2147483647!important;
    color: #aaadb0!important;
    width: auto!important;
    height: auto!important;
    overflow: unset!important;
    background-color: #fff!important;
    border-radius: 3px!important;
    margin: 0!important;
    padding: 6px!important;
    font-size: 12px!important;
    line-height: 14px!important;
    text-decoration: none!important;
    display: inline-block!important;
    position: fixed!important;
    inset: auto 12px 12px auto!important;
    transform: none!important
}

.w-webflow-badge>img {
    position: unset;
    visibility: unset!important;
    opacity: 1!important;
    vertical-align: middle!important;
    display: inline-block!important
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom: 10px;
    font-weight: 700
}

h1 {
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px
}

h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px
}

h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px
}

h4 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px
}

h5 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px
}

h6 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px
}

p {
    margin-top: 0;
    margin-bottom: 10px
}

blockquote {
    border-left: 5px solid #e2e2e2;
    margin: 0 0 10px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px
}

figure {
    margin: 0 0 10px
}

figcaption {
    text-align: center;
    margin-top: 5px
}

ul,ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px
}

.w-list-unstyled {
    padding-left: 0;
    list-style: none
}

.w-embed:before,.w-embed:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-embed:after {
    clear: both
}

.w-video {
    width: 100%;
    padding: 0;
    position: relative
}

.w-video iframe,.w-video object,.w-video embed {
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

button,[type=button],[type=reset] {
    cursor: pointer;
    -webkit-appearance: button;
    border: 0
}

.w-form {
    margin: 0 0 15px
}

.w-form-done {
    text-align: center;
    background-color: #ddd;
    padding: 20px;
    display: none
}

.w-form-fail {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
    display: none
}

label {
    margin-bottom: 5px;
    font-weight: 700;
    display: block
}

.w-input,.w-select {
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block
}

.w-input::placeholder,.w-select::placeholder {
    color: #999
}

.w-input:focus,.w-select:focus {
    border-color: #3898ec;
    outline: 0
}

.w-input[disabled],.w-select[disabled],.w-input[readonly],.w-select[readonly],fieldset[disabled] .w-input,fieldset[disabled] .w-select {
    cursor: not-allowed
}

.w-input[disabled]:not(.w-input-disabled),.w-select[disabled]:not(.w-input-disabled),.w-input[readonly],.w-select[readonly],fieldset[disabled]:not(.w-input-disabled) .w-input,fieldset[disabled]:not(.w-input-disabled) .w-select {
    background-color: #eee
}

textarea.w-input,textarea.w-select {
    height: auto
}

.w-select {
    background-color: #f3f3f3
}

.w-select[multiple] {
    height: auto
}

.w-form-label {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 400;
    display: inline-block
}

.w-radio {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block
}

.w-radio:before,.w-radio:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-radio:after {
    clear: both
}

.w-radio-input {
    float: left;
    margin: 3px 0 0 -20px;
    line-height: normal
}

.w-file-upload {
    margin-bottom: 10px;
    display: block
}

.w-file-upload-input {
    opacity: 0;
    z-index: -100;
    width: .1px;
    height: .1px;
    position: absolute;
    overflow: hidden
}

.w-file-upload-default,.w-file-upload-uploading,.w-file-upload-success {
    color: #333;
    display: inline-block
}

.w-file-upload-error {
    margin-top: 10px;
    display: block
}

.w-file-upload-default.w-hidden,.w-file-upload-uploading.w-hidden,.w-file-upload-error.w-hidden,.w-file-upload-success.w-hidden {
    display: none
}

.w-file-upload-uploading-btn {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    display: flex
}

.w-file-upload-file {
    background-color: #fafafa;
    border: 1px solid #ccc;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
    display: flex
}

.w-file-upload-file-name {
    font-size: 14px;
    font-weight: 400;
    display: block
}

.w-file-remove-link {
    cursor: pointer;
    width: auto;
    height: auto;
    margin-top: 3px;
    margin-left: 10px;
    padding: 3px;
    display: block
}

.w-icon-file-upload-remove {
    margin: auto;
    font-size: 10px
}

.w-file-upload-error-msg {
    color: #ea384c;
    padding: 2px 0;
    display: inline-block
}

.w-file-upload-info {
    padding: 0 12px;
    line-height: 38px;
    display: inline-block
}

.w-file-upload-label {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block
}

.w-icon-file-upload-icon,.w-icon-file-upload-uploading {
    width: 20px;
    margin-right: 8px;
    display: inline-block
}

.w-icon-file-upload-uploading {
    height: 20px
}

.w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.w-container:before,.w-container:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-container:after {
    clear: both
}

.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px
}

.w-row:before,.w-row:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-row:after {
    clear: both
}

.w-row .w-row {
    margin-left: 0;
    margin-right: 0
}

.w-col {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.w-col .w-col {
    padding-left: 0;
    padding-right: 0
}

.w-col-1 {
    width: 8.33333%
}

.w-col-2 {
    width: 16.6667%
}

.w-col-3 {
    width: 25%
}

.w-col-4 {
    width: 33.3333%
}

.w-col-5 {
    width: 41.6667%
}

.w-col-6 {
    width: 50%
}

.w-col-7 {
    width: 58.3333%
}

.w-col-8 {
    width: 66.6667%
}

.w-col-9 {
    width: 75%
}

.w-col-10 {
    width: 83.3333%
}

.w-col-11 {
    width: 91.6667%
}

.w-col-12 {
    width: 100%
}

.w-hidden-main {
    display: none!important
}

@media screen and (max-width: 991px) {
    .w-container {
        max-width:728px
    }

    .w-hidden-main {
        display: inherit!important
    }

    .w-hidden-medium {
        display: none!important
    }

    .w-col-medium-1 {
        width: 8.33333%
    }

    .w-col-medium-2 {
        width: 16.6667%
    }

    .w-col-medium-3 {
        width: 25%
    }

    .w-col-medium-4 {
        width: 33.3333%
    }

    .w-col-medium-5 {
        width: 41.6667%
    }

    .w-col-medium-6 {
        width: 50%
    }

    .w-col-medium-7 {
        width: 58.3333%
    }

    .w-col-medium-8 {
        width: 66.6667%
    }

    .w-col-medium-9 {
        width: 75%
    }

    .w-col-medium-10 {
        width: 83.3333%
    }

    .w-col-medium-11 {
        width: 91.6667%
    }

    .w-col-medium-12 {
        width: 100%
    }

    .w-col-stack {
        width: 100%;
        left: auto;
        right: auto
    }
}

@media screen and (max-width: 767px) {
    .w-hidden-main,.w-hidden-medium {
        display:inherit!important
    }

    .w-hidden-small {
        display: none!important
    }

    .w-row,.w-container .w-row {
        margin-left: 0;
        margin-right: 0
    }

    .w-col {
        width: 100%;
        left: auto;
        right: auto
    }

    .w-col-small-1 {
        width: 8.33333%
    }

    .w-col-small-2 {
        width: 16.6667%
    }

    .w-col-small-3 {
        width: 25%
    }

    .w-col-small-4 {
        width: 33.3333%
    }

    .w-col-small-5 {
        width: 41.6667%
    }

    .w-col-small-6 {
        width: 50%
    }

    .w-col-small-7 {
        width: 58.3333%
    }

    .w-col-small-8 {
        width: 66.6667%
    }

    .w-col-small-9 {
        width: 75%
    }

    .w-col-small-10 {
        width: 83.3333%
    }

    .w-col-small-11 {
        width: 91.6667%
    }

    .w-col-small-12 {
        width: 100%
    }
}

@media screen and (max-width: 479px) {
    .w-container {
        max-width:none
    }

    .w-hidden-main,.w-hidden-medium,.w-hidden-small {
        display: inherit!important
    }

    .w-hidden-tiny {
        display: none!important
    }

    .w-col {
        width: 100%
    }

    .w-col-tiny-1 {
        width: 8.33333%
    }

    .w-col-tiny-2 {
        width: 16.6667%
    }

    .w-col-tiny-3 {
        width: 25%
    }

    .w-col-tiny-4 {
        width: 33.3333%
    }

    .w-col-tiny-5 {
        width: 41.6667%
    }

    .w-col-tiny-6 {
        width: 50%
    }

    .w-col-tiny-7 {
        width: 58.3333%
    }

    .w-col-tiny-8 {
        width: 66.6667%
    }

    .w-col-tiny-9 {
        width: 75%
    }

    .w-col-tiny-10 {
        width: 83.3333%
    }

    .w-col-tiny-11 {
        width: 91.6667%
    }

    .w-col-tiny-12 {
        width: 100%
    }
}

.w-widget {
    position: relative
}

.w-widget-map {
    width: 100%;
    height: 400px
}

.w-widget-map label {
    width: auto;
    display: inline
}

.w-widget-map img {
    max-width: inherit
}

.w-widget-map .gm-style-iw {
    text-align: center
}

.w-widget-map .gm-style-iw>button {
    display: none!important
}

.w-widget-twitter {
    overflow: hidden
}

.w-widget-twitter-count-shim {
    vertical-align: top;
    text-align: center;
    background: #fff;
    border: 1px solid #758696;
    border-radius: 3px;
    width: 28px;
    height: 20px;
    display: inline-block;
    position: relative
}

.w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    text-align: center;
    color: #999;
    font-family: serif;
    font-size: 15px;
    line-height: 12px;
    position: relative
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    display: block;
    position: relative
}

.w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px
}

.w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px
}

.w-widget-twitter-count-shim:not(.w--vertical):before,.w-widget-twitter-count-shim:not(.w--vertical):after {
    content: " ";
    pointer-events: none;
    border: solid #0000;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
    border-width: 4px;
    border-color: #75869600 #5d6c7b #75869600 #75869600;
    margin-top: -4px;
    margin-left: -9px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -10px
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
    border-width: 4px;
    border-color: #fff0 #fff #fff0 #fff0;
    margin-top: -4px;
    margin-left: -8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -9px
}

.w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px
}

.w-widget-twitter-count-shim.w--vertical:before,.w-widget-twitter-count-shim.w--vertical:after {
    content: " ";
    pointer-events: none;
    border: solid #0000;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%
}

.w-widget-twitter-count-shim.w--vertical:before {
    border-width: 5px;
    border-color: #5d6c7b #75869600 #75869600;
    margin-left: -5px
}

.w-widget-twitter-count-shim.w--vertical:after {
    border-width: 4px;
    border-color: #fff #fff0 #fff0;
    margin-left: -4px
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px
}

.w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px
}

.w-background-video {
    color: #fff;
    height: 500px;
    /* position: relative; */
    /* overflow: hidden; */
}

.w-background-video>video {
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    inset: -100%
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none!important
}

.w-background-video--control {
    background-color: #0000;
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em
}

.w-background-video--control>[hidden] {
    display: none!important
}

.w-slider {
    text-align: center;
    clear: both;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    background: #ddd;
    height: 300px;
    position: relative
}

.w-slider-mask {
    z-index: 1;
    white-space: nowrap;
    height: 100%;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-slide {
    vertical-align: top;
    white-space: normal;
    text-align: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative
}

.w-slider-nav {
    z-index: 2;
    text-align: center;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    height: 40px;
    margin: auto;
    padding-top: 10px;
    position: absolute;
    inset: auto 0 0
}

.w-slider-nav.w-round>div {
    border-radius: 100%
}

.w-slider-nav.w-num>div {
    width: auto;
    height: auto;
    font-size: inherit;
    line-height: inherit;
    padding: .2em .5em
}

.w-slider-nav.w-shadow>div {
    box-shadow: 0 0 3px #3336
}

.w-slider-nav-invert {
    color: #fff
}

.w-slider-nav-invert>div {
    background-color: #2226
}

.w-slider-nav-invert>div.w-active {
    background-color: #222
}

.w-slider-dot {
    cursor: pointer;
    background-color: #fff6;
    width: 1em;
    height: 1em;
    margin: 0 3px .5em;
    transition: background-color .1s,color .1s;
    display: inline-block;
    position: relative
}

.w-slider-dot.w-active {
    background-color: #fff
}

.w-slider-dot:focus {
    outline: none;
    box-shadow: 0 0 0 2px #fff
}

.w-slider-dot:focus.w-active {
    box-shadow: none
}

.w-slider-arrow-left,.w-slider-arrow-right {
    cursor: pointer;
    color: #fff;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    -webkit-user-select: none;
    user-select: none;
    width: 80px;
    margin: auto;
    font-size: 40px;
    position: absolute;
    inset: 0;
    overflow: hidden
}

.w-slider-arrow-left [class^=w-icon-],.w-slider-arrow-right [class^=w-icon-],.w-slider-arrow-left [class*=\ w-icon-],.w-slider-arrow-right [class*=\ w-icon-] {
    position: absolute
}

.w-slider-arrow-left:focus,.w-slider-arrow-right:focus {
    outline: 0
}

.w-slider-arrow-left {
    z-index: 3;
    right: auto
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto
}

.w-icon-slider-left,.w-icon-slider-right {
    width: 1em;
    height: 1em;
    margin: auto;
    inset: 0
}

.w-slider-aria-label {
    clip: rect(0 0 0 0);
    border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden
}

.w-slider-force-show {
    display: block!important
}

.w-dropdown {
    text-align: left;
    z-index: 900;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative
}

.w-dropdown-btn,.w-dropdown-toggle,.w-dropdown-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    position: relative
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 40px;
    display: inline-block
}

.w-dropdown-toggle:focus {
    outline: 0
}

.w-icon-dropdown-toggle {
    width: 1em;
    height: 1em;
    margin: auto 20px auto auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

.w-dropdown-list {
    background: #ddd;
    min-width: 100%;
    display: none;
    position: absolute
}

.w-dropdown-list.w--open {
    display: block
}

.w-dropdown-link {
    color: #222;
    padding: 10px 20px;
    display: block
}

.w-dropdown-link.w--current {
    color: #0082f3
}

.w-dropdown-link:focus {
    outline: 0
}

.w-lightbox-backdrop {
    cursor: auto;
    letter-spacing: normal;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    color: #fff;
    text-align: center;
    z-index: 2000;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color: transparent;
    background: #000000e6;
    outline: 0;
    font-family: Helvetica Neue,Helvetica,Ubuntu,Segoe UI,Verdana,sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    list-style: disc;
    position: fixed;
    inset: 0;
    -webkit-transform: translate(0)
}

.w-lightbox-backdrop,.w-lightbox-container {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow: auto
}

.w-lightbox-content {
    height: 100vh;
    position: relative;
    overflow: hidden
}

.w-lightbox-view {
    opacity: 0;
    width: 100vw;
    height: 100vh;
    position: absolute
}

.w-lightbox-view:before {
    content: "";
    height: 100vh
}

.w-lightbox-group,.w-lightbox-group .w-lightbox-view,.w-lightbox-group .w-lightbox-view:before {
    height: 86vh
}

.w-lightbox-frame,.w-lightbox-view:before {
    vertical-align: middle;
    display: inline-block
}

.w-lightbox-figure {
    margin: 0;
    position: relative
}

.w-lightbox-group .w-lightbox-figure {
    cursor: pointer
}

.w-lightbox-img {
    width: auto;
    max-width: none;
    height: auto
}

.w-lightbox-image {
    float: none;
    max-width: 100vw;
    max-height: 100vh;
    display: block
}

.w-lightbox-group .w-lightbox-image {
    max-height: 86vh
}

.w-lightbox-caption {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #0006;
    padding: .5em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-lightbox-embed {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0
}

.w-lightbox-control {
    cursor: pointer;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 4em;
    transition: all .3s;
    position: absolute;
    top: 0
}

.w-lightbox-left {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==);
    display: none;
    bottom: 0;
    left: 0
}

.w-lightbox-right {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+);
    display: none;
    bottom: 0;
    right: 0
}

.w-lightbox-close {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=);
    background-size: 18px;
    height: 2.6em;
    right: 0
}

.w-lightbox-strip {
    white-space: nowrap;
    padding: 0 1vh;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto hidden
}

.w-lightbox-item {
    box-sizing: content-box;
    cursor: pointer;
    width: 10vh;
    padding: 2vh 1vh;
    display: inline-block;
    -webkit-transform: translate(0,0)
}

.w-lightbox-active {
    opacity: .3
}

.w-lightbox-thumbnail {
    background: #222;
    height: 10vh;
    position: relative;
    overflow: hidden
}

.w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0
}

.w-lightbox-thumbnail .w-lightbox-tall {
    width: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.w-lightbox-thumbnail .w-lightbox-wide {
    height: 100%;
    left: 50%;
    transform: translate(-50%)
}

.w-lightbox-spinner {
    box-sizing: border-box;
    border: 5px solid #0006;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    animation: .8s linear infinite spin;
    position: absolute;
    top: 50%;
    left: 50%
}

.w-lightbox-spinner:after {
    content: "";
    border: 3px solid #0000;
    border-bottom-color: #fff;
    border-radius: 50%;
    position: absolute;
    inset: -4px
}

.w-lightbox-hide {
    display: none
}

.w-lightbox-noscroll {
    overflow: hidden
}

@media (min-width: 768px) {
    .w-lightbox-content {
        height:96vh;
        margin-top: 2vh
    }

    .w-lightbox-view,.w-lightbox-view:before {
        height: 96vh
    }

    .w-lightbox-group,.w-lightbox-group .w-lightbox-view,.w-lightbox-group .w-lightbox-view:before {
        height: 84vh
    }

    .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh
    }

    .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh
    }

    .w-lightbox-left,.w-lightbox-right {
        opacity: .5;
        display: block
    }

    .w-lightbox-close {
        opacity: .8
    }

    .w-lightbox-control:hover {
        opacity: 1
    }
}

.w-lightbox-inactive,.w-lightbox-inactive:hover {
    opacity: 0
}

.w-richtext:before,.w-richtext:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-richtext:after {
    clear: both
}

.w-richtext[contenteditable=true]:before,.w-richtext[contenteditable=true]:after {
    white-space: initial
}

.w-richtext ol,.w-richtext ul {
    overflow: hidden
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after,.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,.w-richtext .w-richtext-figure-selected[data-rt-type=image] div {
    outline: 2px solid #2895f7
}

.w-richtext figure.w-richtext-figure-type-video>div:after,.w-richtext figure[data-rt-type=video]>div:after {
    content: "";
    display: none;
    position: absolute;
    inset: 0
}

.w-richtext figure {
    max-width: 60%;
    position: relative
}

.w-richtext figure>div:before {
    cursor: default!important
}

.w-richtext figure img {
    width: 100%
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: .6
}

.w-richtext figure div {
    color: #0000;
    font-size: 0
}

.w-richtext figure.w-richtext-figure-type-image,.w-richtext figure[data-rt-type=image] {
    display: table
}

.w-richtext figure.w-richtext-figure-type-image>div,.w-richtext figure[data-rt-type=image]>div {
    display: inline-block
}

.w-richtext figure.w-richtext-figure-type-image>figcaption,.w-richtext figure[data-rt-type=image]>figcaption {
    caption-side: bottom;
    display: table-caption
}

.w-richtext figure.w-richtext-figure-type-video,.w-richtext figure[data-rt-type=video] {
    width: 60%;
    height: 0
}

.w-richtext figure.w-richtext-figure-type-video iframe,.w-richtext figure[data-rt-type=video] iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.w-richtext figure.w-richtext-figure-type-video>div,.w-richtext figure[data-rt-type=video]>div {
    width: 100%
}

.w-richtext figure.w-richtext-align-center {
    clear: both;
    margin-left: auto;
    margin-right: auto
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,.w-richtext figure.w-richtext-align-center[data-rt-type=image]>div {
    max-width: 100%
}

.w-richtext figure.w-richtext-align-normal {
    clear: both
}

.w-richtext figure.w-richtext-align-fullwidth {
    text-align: center;
    clear: both;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.w-richtext figure.w-richtext-align-fullwidth>div {
    padding-bottom: inherit;
    display: inline-block
}

.w-richtext figure.w-richtext-align-fullwidth>figcaption {
    display: block
}

.w-richtext figure.w-richtext-align-floatleft {
    float: left;
    clear: none;
    margin-right: 15px
}

.w-richtext figure.w-richtext-align-floatright {
    float: right;
    clear: none;
    margin-left: 15px
}

.w-nav {
    z-index: 1000;
    background: #ddd;
    position: relative
}

.w-nav:before,.w-nav:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-nav:after {
    clear: both
}

.w-nav-brand {
    float: left;
    color: #333;
    text-decoration: none;
    position: relative
}

.w-nav-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative
}

.w-nav-link.w--current {
    color: #0082f3
}

.w-nav-menu {
    float: right;
    position: relative
}

[data-nav-menu-open] {
    text-align: center;
    background: #c8c8c8;
    min-width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: visible;
    display: block!important
}

.w--nav-link-open {
    display: block;
    position: relative
}

.w-nav-overlay {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-nav-overlay [data-nav-menu-open] {
    top: 0
}

.w-nav[data-animation=over-left] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation=over-left] .w-nav-overlay,.w-nav[data-animation=over-left] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    right: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay,.w-nav[data-animation=over-right] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    left: auto
}

.w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    -webkit-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative
}

.w-nav-button:focus {
    outline: 0
}

.w-nav-button.w--open {
    color: #fff;
    background-color: #c8c8c8
}

.w-nav[data-collapse=all] .w-nav-menu {
    display: none
}

.w-nav[data-collapse=all] .w-nav-button,.w--nav-dropdown-open,.w--nav-dropdown-toggle-open {
    display: block
}

.w--nav-dropdown-list-open {
    position: static
}

@media screen and (max-width: 991px) {
    .w-nav[data-collapse=medium] .w-nav-menu {
        display:none
    }

    .w-nav[data-collapse=medium] .w-nav-button {
        display: block
    }
}

@media screen and (max-width: 767px) {
    .w-nav[data-collapse=small] .w-nav-menu {
        display:none
    }

    .w-nav[data-collapse=small] .w-nav-button {
        display: block
    }

    .w-nav-brand {
        padding-left: 10px
    }
}

@media screen and (max-width: 479px) {
    .w-nav[data-collapse=tiny] .w-nav-menu {
        display:none
    }

    .w-nav[data-collapse=tiny] .w-nav-button {
        display: block
    }
}

.w-tabs {
    position: relative
}

.w-tabs:before,.w-tabs:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-tabs:after {
    clear: both
}

.w-tab-menu {
    position: relative
}

.w-tab-link {
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    color: #222;
    background-color: #ddd;
    padding: 9px 30px;
    text-decoration: none;
    display: inline-block;
    position: relative
}

.w-tab-link.w--current {
    background-color: #c8c8c8
}

.w-tab-link:focus {
    outline: 0
}

.w-tab-content {
    display: block;
    position: relative;
    overflow: hidden
}

.w-tab-pane {
    display: none;
    position: relative
}

.w--tab-active {
    display: block
}

@media screen and (max-width: 479px) {
    .w-tab-link {
        display:block
    }
}

.w-ix-emptyfix:after {
    content: ""
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.w-dyn-empty {
    background-color: #ddd;
    padding: 10px
}

.w-dyn-hide,.w-dyn-bind-empty,.w-condition-invisible {
    display: none!important
}

.wf-layout-layout {
    display: grid
}

@font-face {
    font-family: Gt super display;
    src: url(https://cdn.prod.website-files.com/61fb85453338edc395fb4415/62244cd801fecee1417cb7cc_GT%20Super%20Display%20Light%20Italic.ttf)format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Gt super display;
    src: url(https://cdn.prod.website-files.com/61fb85453338edc395fb4415/62244cd9dea9dbe1d47c8251_GT-Super-Display-Light.otf)format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Theinhardt pan;
    src: url(https://cdn.prod.website-files.com/61fb85453338edc395fb4415/62244cd99b13987353322486_Theinhardt%20Pan%20Light%20Italic.otf)format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Theinhardt pan;
    src: url(https://cdn.prod.website-files.com/61fb85453338edc395fb4415/62244cd98d185a9ddf33b561_Theinhardt%20Pan%20Light.otf)format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Theinhardt pan;
    src: url(https://cdn.prod.website-files.com/61fb85453338edc395fb4415/62244cd943f3141eebafcd6a_Theinhardt%20Pan%20Regular.otf)format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

:root {
    --seashell: #f9eee9;
    --midnight-blue: #16243b;
    --black: black;
    --white: white
}

.w-layout-grid {
    grid-row-gap: 85px;
    grid-column-gap: 45px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.w-users-userformpagewrap {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    max-width: 340px;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.w-users-userformheader {
    text-align: center
}

.w-users-useraccountwrapper {
    background-color: #f5f5f5;
    width: 100%;
    min-height: 100vh;
    padding: 20px
}

.w-users-blockheader {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    justify-content: space-between;
    align-items: baseline;
    padding: 4px 20px;
    display: flex
}

.w-users-blockcontent {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    margin-bottom: 20px;
    padding: 20px
}

.w-checkbox {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block
}

.w-checkbox:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-checkbox:after {
    content: " ";
    clear: both;
    grid-area: 1/1/2/2;
    display: table
}

.w-checkbox-input {
    float: left;
    margin: 4px 0 0 -20px;
    line-height: normal
}

.w-checkbox-input--inputType-custom {
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 12px;
    height: 12px
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    background-image: url(https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: #3898ec
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec
}

.w-users-useraccountformsavebutton {
    text-align: center;
    margin-right: 8px
}

.w-users-useraccountformcancelbutton {
    text-align: center;
    color: #333;
    background-color: #d3d3d3
}

.w-users-userformsuccessstate {
    display: none
}

.w-users-userupdatepasswordformwrapper {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative
}

.w-users-userformbutton {
    text-align: center;
    width: 100%
}

.w-users-userformerrorstate {
    margin-left: 20px;
    margin-right: 20px;
    position: absolute;
    top: 100%;
    left: 0%;
    right: 0%
}

.w-users-userloginformwrapper {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative
}

.w-users-userformfooter {
    justify-content: space-between;
    margin-top: 12px;
    display: flex
}

.w-users-userresetpasswordformwrapper,.w-users-usersignupformwrapper {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative
}

.w-users-usersignupverificationmessage {
    display: none
}

body {
    color: #333;
  
    font-size: 14px;
    line-height: 20px
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px
}

p {
    margin-bottom: 10px;
    line-height: 28px;
}

.container {
    flex: 1;
    justify-content: space-around;
    max-width: 1200px;
    min-height: 20px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative
}

.container.footer-container {
    flex-direction: column;
    align-items: center;
    display: flex
}

.container.homepage_hero-section-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex
}

.container.flex-space-between {
    justify-content: space-between;
    display: flex
}

.nav {
    z-index: 999999;
    background-color: #0000;
    justify-content: center;
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: background-color .2s;
    display: block;
    position: fixed;
    top: 0%;
    left: 0%;
    right: 0%
}

.text-span {
    color: #f9eee9
}

.heading-medium {
    color: #fff;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0;
    font-family: Cormorant Garamond;
    font-size: 60px;
    font-weight: 400;
    line-height: 90px
}


.column-6 {
    justify-content: center;
    display: block
}

.image-4 {
    z-index: 0;
    object-fit: contain;
    width: 125px;
    margin-left: 50px;
    position: absolute;
    top: 77px;
    left: 191px
}

.column-7 {
    flex-direction: column;
    justify-content: space-around;
    display: flex
}

.text-block-2 {
    color: #c8936f;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: Lora;
    font-size: 19px;
    font-weight: 700;
    position: static;
    inset: 31% 21% auto auto
}

.text-block-2.logo-footer {
    color: #fff
}

.text-block-2.logo-footer.nav-logo {
    color: #f9eee9;
    width: 200px;
    font-family: Cormorant Garamond;
    display: none;
    position: static;
    inset: 0%
}

.text-span-3 {
    letter-spacing: 0;
    margin-left: -2px;
    font-weight: 400
}

.section-contact {
    background-color: #6d6a63;
    padding-top: 100px;
    padding-bottom: 100px
}

.contact-form-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    display: grid
}

.form-block {
    width: 500px
}

.div-block-4 {
    justify-content: center;
    margin-top: 40px;
    display: flex
}

.contact-input {
    color: #fff;
    background-color: #0000;
    border: 1px #000;
    border-top-width: 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 20px;
    padding-left: 0;
  
    font-weight: 400
}

.contact-input:focus {
    color: #fff;
    border-bottom-style: solid;
    border-bottom-color: #fff;
  
    font-weight: 400
}

.contact-input::placeholder {
    color: #fff;
    text-transform: capitalize;
  
    font-weight: 400
}

.contact-input.contact-message {
    padding-bottom: 40px
}

.submit-button {
    color: #15233a;
    text-align: left;
    letter-spacing: 1px;
    background-color: #fff;
    margin-top: 50px;
    padding: 15px 30px;
  
    font-size: 14px;
    font-weight: 400
}

.submit-button.request {
    transition: color .2s,background-color .2s
}

.submit-button.request:hover {
    color: #fff;
    background-color: #16243b
}

.form {
    text-align: center
}

.footer-copyright {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 100px;
    display: flex
}

.footer-copyright-text {
    color: #595959;
  
    font-size: 12px;
    font-weight: 300
}

.nav-div-left {
    text-align: left;
    width: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative
}

.nav-div-left.nav-div-right {
    text-align: right
}

.nav-div-left.left {
    z-index: 9999
}

.link-3 {
    color: #f9eee9;
    text-transform: uppercase;
    padding: 10px;
  
    font-weight: 300;
    text-decoration: none
}

.link-3.nav-left-2nd-link {
    margin-left: 50px;
    padding: 10px
}

.link-3.nav__dropdown-trigger {
    z-index: 999;
    color: #fff;
    cursor: pointer;
    background-color: #0000;
    padding-left: 11px;
    padding-right: 11px;
    display: inline;
    position: relative;
    overflow: hidden
}

.link-block-text {
    color: #f9eee9;
    text-transform: capitalize;
     font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300
}

.nav-container {
    flex: 1;
    justify-content: space-between;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    inset: 0% 0% auto
}

.contactpage-address-headings {
    color: #fff;
    margin-bottom: 5px;
  
    font-size: 20px;
    line-height: 22px
}

.contactpage-address-headings.email {
    margin-top: 20px
}

.contactpage-address-texts {
    color: #ffffff80;
    margin-bottom: 0;
  
    font-size: 15px;
    font-weight: 300;
    line-height: 22px
}

.contactpage-address-texts.small-texts {
    font-size: 15px;
    font-weight: 400
}

.nav-home-link-block {
    text-decoration: none
}

.homepage-block-links {
    background-color: #000;
    flex-direction: column;
    justify-content: flex-end;
    width: 280px;
    height: 280px;
    padding: 40px;
    text-decoration: none;
    transition: background-color .225s ease-in;
    display: flex
}

.homepage-block-links:hover {
    background-color: #16243b
}

.location-page-main-content-cols-2 {
    margin-bottom: 100px
}

.location-page-main-content-cols-2.heading {
    margin-top: 100px;
    margin-bottom: 60px
}

.locationpage-img-block {
    justify-content: space-between;
    align-items: flex-start;
    display: flex
}

.locationpage-img-block-left {
    flex: 1;
    position: static
}

.locationpage-img-block-num-div {
    position: relative;
    top: 30px;
    left: 10%
}

.locationpage-img-block-num {
    color: #fff;
     font-family: 'Montserrat', sans-serif;
    font-size: 71px;
    font-weight: 300;
    position: absolute;
    inset: 14% auto 0% 0%
}

.locationpage-img-block-right {
    width: 85%;
    max-width: 85%;
    position: relative
}

.location-page-img-block-num-text {
    color: #fff;
  
    font-size: 14px;
    position: absolute;
    top: 60px;
    left: 24px
}

.column-10 {
    padding-left: 0;
    padding-right: 0
}

.locationpage-img {
    filter: brightness(70%);
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 400px
}

.locationpage-img.medical,.locationpage-img.hotel {
    object-position: 50% 100%
}

.locationpage-img-blcok-text {
    float: right;
    color: #fff;
    text-align: left;
    width: 300px;
    margin-top: 80px;
  
    font-size: 13px
}

.locationpage-img-block-heading {
    color: #fff;
  
    font-size: 50px;
    font-weight: 400;
    line-height: 52px;
    position: absolute;
    inset: 375px 0% auto 49px
}

.utility-page-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex
}

.utility-page-content {
    text-align: center;
    flex-direction: column;
    width: 260px;
    display: flex
}

.utility-page-form {
    flex-direction: column;
    align-items: stretch;
    display: flex
}

.homepage__section4-slider-nav {
    display: none
}

.project-s2 {
    background-color: #e9e5e3;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative
}

.designpage-second-style-content-4-wrap {
    display: none;
    position: relative;
    overflow: hidden
}

.second-style-content-4-first-small-img {
    z-index: 10;
    object-fit: cover;
    width: 250px;
    height: 250px;
    position: absolute;
    inset: auto 87px 0% auto
}

.amenities-s1 {
    text-align: left;
    background-color: #0d0d0d;
    padding-bottom: 0;
    display: block
}

.amenities-s2 {
    background-color: #e9e5e3;
    position: relative
}

.splide__list {
    justify-content: space-between;
    display: flex
}

.splide__slide {
    width: 30%
}

.splide__arrows {
    justify-content: flex-start;
    align-items: stretch;
    display: flex
}

.splide__arrows.is--mobile-center {
    display: none
}

.slider-pill_img {
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    width: 30%;
    display: block;
    overflow: hidden
}

.horizontal__scroll-track {
    height: 200vw
}

.horizontal__scroll-camera {
    width: 100vw;
    height: 80vh;
    position: sticky;
    top: 15%;
    overflow: hidden
}

.horizontal__scroll-frame {
    height: 100%;
    display: flex
}

.horizontal__scroll-item {
    flex: none;
    justify-content: center;
    width: 50vw;
    height: 100%;
    min-height: 350px;
    padding: 50px;
    display: flex
}

.horizontal-scroll-img {
    object-fit: cover;
    flex: none;
    width: 100%;
    height: 100%
}

.home-hero {
    /* object-fit: cover; */
    /* background-image: linear-gradient(#0003,#0003); */
    height: 100vh;
}

.home-hero-wrap {
    /* height: 100vh; */
}

.home-hero-bottom-text-wrap {
    flex: none;
    order: 0;
    justify-content: space-between;
    align-self: auto;
    position: absolute;
    inset: auto 0% 0%
}

.home-hero-bottom-text {
    flex: 1;
    width: 350px;
  
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    display: inline-block
}

.home-hero-bottom-text.align-right {
    text-align: right
}

.scroll-down-link-img {
    width: 50px;
    margin-top: -70px;
    filter: brightness(0);
}

.homepage__fulwidth-img-slider-1-arrows {
    display: block
}



.homepage_slider123-number-text {
    color: #c8936e;
    height: 112px;
    font-family: Cormorant Garamond;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    display: none;
    position: relative
}

.homepage_slider123-number-text-slash {
    transform-style: preserve-3d;
    font-size: 67px;
    position: absolute;
    inset: 19px auto auto 10px;
    transform: rotateX(70deg)rotateY(0)rotate(0)
}

.homepage_slider123-number-text-2 {
    position: absolute;
    top: 29px;
    left: 26px
}

.homepage__fulwidth-img-slider-1-arrow-icon {
    color: #000;
    transition: color .2s
}

.homepage__fulwidth-img-slider-1-arrow-icon:hover {
    color: #c5916c
}

.homepage__second-img-slider {
    height: 80vh;
    min-height: 350px
}

.homepage__3-link-blocks-grid {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: stretch;
    justify-items: center;
    padding-left: 120px;
    padding-right: 120px
}

.page-hero-section {
    background-color: #000;
    padding-top: 380px;
    overflow: hidden
}



.page-hero-img-wrapper.about {
    background-image: linear-gradient(#0000004d,#0000004d);
    height: 85vh;
    position: relative;
    overflow: hidden
}

.page-header-top-text {
    color: var(--seashell);
     font-family: 'Montserrat', sans-serif;
    font-size: 145px;
    font-weight: 300;
    line-height: 1
}

.nav__dropdown-trigger {
    background-color: #a6a6a6;
    padding: 11px
}

.site__wob-para {
    color: #15233a;
    letter-spacing: .2px;
    width: 315px;
    margin-top: 90px;
    margin-bottom: 140px;
    margin-right: 146px;
  
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2
}

.site__wob-para.residence-features {
    color: #9da1a8;
    width: auto;
    margin-top: 5px;
    margin-bottom: 0;
    margin-right: 0
}

.site__wob-para.residence-features.title {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.site__wob-para.residence-features.title.margin-top {
    margin-top: 20px
}

.site__wob-para.tower-spec-text-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #15233a;
    border-bottom: 1px solid #d1d1d1;
    justify-content: flex-start;
    align-items: center;
    width: 300px;
    margin: 5px 0 0;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex
}

.site__wob-para.tower-spec-text-2.margin-bot {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    width: 300px;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 6px;
    font-size: 16px;
    display: flex
}

.site__wob-para.tower-spec-text-2.floor-plan {
    color: #15233a;
    border-bottom-color: #e4e4e4
}

.residence-s1-p3-img-1-wrap {
    width: 50%;
    position: absolute;
    inset: 15% auto auto 0%
}

.apartment-second-row-left-img {
    object-fit: cover;
    width: 100%;
    height: 63vh
}

.apartment-second-row-img-galarry-center-img-wrapper {
    z-index: 15;
    width: 40%;
    position: absolute;
    inset: 50% 0% 0% 30%
}

.apartment-second-row-center-img {
    object-fit: cover;
    width: 100%;
    height: 63vh
}

.amenities-s7 {
    background-color: #000;
    padding-top: 100px;
    padding-bottom: 100px
}

.features-page-site-management-img {
    object-fit: cover;
    min-height: 350px
}

.footer-address-text {
    color: #f9eee9;
    text-align: center;
    margin-top: 20px;
  
    font-size: 13px;
    line-height: 20px
}

.location-right-col {
    flex-flow: column;
    place-content: flex-start space-between;
    align-items: flex-start;
    height: 358px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 68px
}

.div-block-7 {
    flex: 0 auto
}

.column-12 {
    height: auto
}

.footer-section {
    background-color: #000;
    padding-top: 100px;
    padding-bottom: 20px
}

.mobile-nav {
    display: none
}

.mobile-logo-1 {
    text-decoration: none
}

.mobile-nav-screen-content-wrapper,.mobile-nav-content-wrapper,.mobile-nav-screen-wrapper {
    display: none
}

.desktop-nav-screen {
    background-color: #121211 !important;
    height: 100vh;
    display: none;
    position: absolute;
    inset: 0%
}

.desktop-nav-content-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    display: none;
    background: black;
    position: absolute;
    inset: 0%
}

.desktop-nav-cross-wrap {
    z-index: 999;
    cursor: pointer;
    border: 1px solid #0000;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    transition: opacity .2s;
    position: absolute;
    inset: 50px 60px auto auto
}

.desktop-cross-1,.desktop-cross-2 {
    background-color: #f9eee9;
    width: 40px;
    height: 1px;
    position: absolute;
    transform: translate(-43px) !important;
}

.desktop-nav-links-wrapper {
    width: 100%
}

.desktop-nav-link-block {
    width: 50vw;
    height: 51px;
    margin-bottom: 5px;
    padding-left: 11px;
    text-decoration: none;
    position: relative;
    overflow: hidden
}

.desktop-nav-link-text {
    color: #fff;
    text-transform: capitalize;
     font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
    transition: color .2s;
    display: block;
    position: absolute;
    top: -10px;
    transform: translateY(13px)
}

.desktop-nav-link-text:hover {
    color: #6d6a63
}

.desktop-nav-img-wrapper {
    width: 45vw;
    height: 100vh;
    position: absolute;
    inset: 0% 0% 0% auto
}



.project-down-arrow {
    z-index: 999;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    display: flex;
    position: absolute;
    inset: 17px auto auto 74px;
    overflow: hidden
}

.project-arrow-img {
    z-index: 1;
    width: 13px
}

.desktop-nav-bottom-links-wrapper {
    width: 100%;
    position: fixed;
    inset: auto 0% 40px
}

.desktop-nav-bottom-link-block {
    flex-direction: column;
    justify-content: flex-end;
    height: 27px;
    padding-left: 11px;
    display: flex;
    position: relative;
    overflow: hidden
}

.desktop-nav-bottom-link-text {
    color: #f9eee9;
  
    font-size: 14px;
    line-height: 25px;
    transition: color .2s;
    position: absolute
}

.desktop-nav-bottom-link-text.nav-email {
    text-transform: lowercase
}

.column-15 {
    flex-direction: column;
    justify-content: flex-end;
    display: block
}




.home-hero-heading-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex
}

.column-44 {
    flex-direction: column;
    justify-content: flex-end;
    height: 400px;
    display: flex
}

.column-45 {
    padding: 0
}

.image-15 {
    object-fit: cover;
    width: 100%;
    height: 400px
}

.image-14-copy-copy {
    z-index: 15;
    object-fit: cover;
    width: 100%;
    height: 200px;
    margin-top: 40px;
    position: absolute;
    inset: 37% 0% auto 75%
}

.image-16 {
    object-fit: cover;
    width: 100%;
    height: 400px;
    position: relative;
    top: -191px
}

.column-46 {
    padding-right: 0
}

.column-47 {
    padding-left: 0;
    padding-right: 100px
}

.image-17 {
    object-fit: cover;
    width: 100%;
    height: 400px;
    position: relative;
    top: -250px
}

.image-16-copy {
    z-index: 10;
    object-fit: cover;
    width: 300px;
    max-width: none;
    height: 400px;
    position: absolute;
    inset: auto auto -40px -200px
}

.global {
    color: #000
}

.page_transition {
    z-index: 2147483647;
    background-color: #121212;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%
}

.page_transition_trigger {
    display: none
}

.image-18 {
    width: 220px;
}

.footer-logo {
    width: 130px
}

.image-13-copy {
    object-fit: cover;
    height: 400px
}

.featurepage-carousal-wrapper-x {
    position: relative
}

.features-splide {
    width: 100%;
    position: relative
}

.features-splide.slider1.pill {
    height: 500px;
    margin-left: -20px;
    padding-right: 14em
}

.features-slider {
    background-color: #0000;
    height: 600px;
    margin-top: 200px;
    margin-bottom: 100px;
    display: block
}

.features_slider_img {
    object-fit: cover;
    width: 90%;
    height: 500px;
    display: inline-block;
    position: absolute
}

.features_slider_title {
    color: #c8936f;
    text-align: left;
    text-transform: uppercase;
    width: 90%;
    font-family: Gt america;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    top: 515px
}

.features_slider_subtitle {
    color: #f9eee9;
    text-align: left;
    text-transform: uppercase;
    width: 90%;
    font-family: Gt america;
    font-size: 11px;
    font-weight: 700;
    position: absolute;
    top: 541px
}

.heading-5 {
    color: #f8eee8;
    text-align: center;
    letter-spacing: 8px;
    font-family: Pinyon Script;
    font-size: 82px;
    font-weight: 400;
    position: absolute;
    inset: 200px 0% auto
}

.hero-section-heading-text {
    color: #f9eee9;
    margin-top: 0;
    margin-bottom: 0;
     font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-weight: 300
}

.hero-section-heading-text.mate {
    text-align: center
}

.hero-section-heading-wrap {
    flex-direction: column;
    justify-content: center;
    width: 479px;
    height: 72px;
    display: flex;
    /* overflow: hidden; */
}

.hero-section-heading-wrap.lkk {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 41px;
    display: flex
}

.hero-section-small-heading {
    font-family: Pinyon Script;
    font-size: 22px;
    font-weight: 400
}

.hero-section-small-heading.resortliving {
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 44px;
     font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 34px
}

.logo-splash {
    z-index: 999999;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #000;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: visible
}

.logo-splash-img {
    background-color: #0000;
    width: 60%;
    display: block;
    overflow: hidden
}

.page-header-top-text-wrap {
    z-index: 5;
    height: 185px;
    position: absolute;
    top: -100px;
    overflow: hidden
}

.grid-6 {
    z-index: 5;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    position: relative
}

.homepage-heading-line-numbers-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.text-block-18 {
    color: #15233a;
    text-align: center;
    background-color: #ffffff;
    padding-left: 21px;
    padding-right: 16px;
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 28px;
    font-weight: 500;
    line-height: 45px;
}

.text-block-18.green {
    background-color: #d5e1d9
}

.text-block-19 {
    color: #15233a;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 500;
    nhardt pan,sans-serif;
    font-weight: 510;
}

.leading_international-month {
    color: #f9eee9;
    text-align: center;
    margin-top: 10px;
  
    font-size: 16px;
    font-weight: 300
}

.leading-international-text-big {
    color: #f9eee9;
    text-align: center;
    background-color: #000;
    padding-left: 10px;
    padding-right: 10px;
     font-family: 'Montserrat', sans-serif;
    font-size: 46px;
    font-weight: 300;
    line-height: 33px
}

.html-embed {
    z-index: 0;
    position: absolute;
    top: 50px;
    left: 0%;
    right: 0%
}

.html-embed-2 {
    z-index: 0;
    position: absolute;
    left: 0%;
    right: 0%
}

.html-embed-2.mall-s1-html-line.the-mall-s1-specs,.html-embed-2.home-s2-line {
    top: 20px
}

.homepage-line-text-wrap-copy {
    margin-bottom: 140px;
    position: relative;
    overflow: hidden
}

.homepage-line-text-wrap-copy._1 {
    margin-top: 40px
}

.homepage-line-text-wrap-copy._1.homepage,.homepage-line-text-wrap-copy._1.homepage.mall-specs {
    margin-top: 50px;
    margin-bottom: 10px;
}

.tower-spec-headline {
    z-index: 10;
    color: #15233a;
    margin-top: 100px;
    margin-bottom: 30px;
     font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-weight: 300;
    line-height: 62px;
    position: static;
    inset: auto 0% -93px 60px
}

.tower-spec-headline.floor-plan-slider-heading {
    margin-top: 0;
    font-size: 40px
}

.tower-spec-headline.floor-plan-slider-heading.floor-plan-slide {
    color: #15233a;
    margin-bottom: 10px;
    line-height: 44px
}

.tower-spec-span {
    width: 120px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: block
}

.list-item {
    color: #15233a;
    margin-bottom: 5px;
    font-family: Theinhardt pan,sans-serif
}

.div-block-11 {
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 64px;
    margin-left: 50px;
    padding-top: 20px;
    display: flex
}

.div-block-11.exception {
    height: auto
}

.div-block-12 {
    border-top: 1px solid #cecece;
    height: 1px;
    margin-top: 20px;
    margin-left: 50px
}

.amenities-s3 {
    background-color: var(--midnight-blue);
    padding-top: 100px;
    padding-bottom: 100px
}

.image-25 {
    width: 100%
}

.columns-9 {
    margin-top: 60px
}

.list-item-2 {
    color: #fff;
    margin-bottom: 5px;
    font-family: Theinhardt pan,sans-serif
}

.amenities-s4 {
    background-color: #e9e5e3;
    padding-top: 100px;
    padding-bottom: 100px
}

.list-item-2-copy {
    color: #15233a;
    font-family: Theinhardt pan,sans-serif
}

.amenities-s4-img {
    object-fit: cover;
    width: 100%;
    min-height: 400px
}

.spec-small-text-feature-page {
    color: #15233a;
    margin-bottom: 10px;
  
    font-size: 16px;
    line-height: 1.2;
    display: inline
}

.project-s5 {
    background-color: #000;
    position: static
}

.project-s5-p1-img {
    z-index: 5;
    float: right;
    object-fit: cover;
    height: 100%
}

.project-s5-p1 {
    padding-top: 100px;
    padding-bottom: 60px;
    position: relative
}

.project-s5-p2-img {
    object-fit: cover;
    width: 100%;
    height: 80vh
}

.project-s5-p2-img.margin-top {
    margin-top: 60px
}

.project-s5-p2 {
    padding-bottom: 100px
}

.tower-3-floorplan-slider {
    background-color: #0000;
    height: 80vh;
    min-height: 350px;
    margin-top: 100px;
    display: none
}

.tower-1-floorplan-slide {
    background-color: #e9e5e3
}

.tower-1-floorplan-slide-cols {
    background-color: #0000
}

.tower-1-floorplan-slide-left-col {
    background-color: #0000;
    height: 80vh;
    padding: 50px
}

.tower-1-floorplan-slide-right-col {
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80vh;
    min-height: 350px;
    padding-left: 0;
    padding-right: 0;
    display: block
}

.div-block-15 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex
}

.tower-floor-plan-slide-subheading {
    color: #15233a;
    margin-bottom: 40px;
  
    font-size: 25px
}

.image-29 {
    width: 70%
}

.image-30 {
    width: 50%
}

.tower-floor-plan-slider-left-arrow {
    z-index: 10;
    max-height: 85px;
    display: block;
    inset: 0% auto 0% 1%
}

.tower-floor-plan-slider-left-arrow-icon {
    background-color: #c7936e;
    border: 3px solid #c7936e;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding-top: 9px;
    padding-right: 0;
    font-size: 27px;
    transition: color .2s,background-color .2s
}

.tower-floor-plan-slider-left-arrow-icon:hover {
    color: #c7936e;
    background-color: #fff
}

.tower-floor-plan-slider-right-arrow {
    max-height: 85px;
    display: block;
    inset: 0% 1% 0% auto
}

.tower-floor-plan-slider-right-arrow-icon {
    color: #f9eeea;
    background-color: #c7936e;
    border: 3px solid #c7936e;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding-top: 9px;
    padding-right: 0;
    font-size: 27px;
    transition: color .2s,background-color .2s
}

.tower-floor-plan-slider-right-arrow-icon:hover {
    color: #c7936e;
    background-color: #fff
}

.text-block-19-copy {
    color: #888;
    text-align: center;
    margin-top: 20px;
  
    font-weight: 300
}

.apartment-second-row-right-img-copy {
    object-fit: cover;
    height: 63vh
}

.list {
    margin-bottom: 0
}

.featurepage-specs-title {
    color: #15233a;
  
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1;
    display: inline-block
}

.image-34 {
    filter: brightness(70%);
    object-fit: cover;
    min-width: 100%;
    max-width: 100%;
    height: 120%;
    position: absolute;
    inset: auto 0% 0%
}

.parallax-img-wrap {
    width: 100%;
    height: 70vh
}

.css-parallax-img-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.css-parallax-img {
    object-fit: cover;
    width: 100%;
    height: 140%;
    position: absolute;
    inset: auto 0% 0%
}

.homepage-line-text-wrap-copy {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    overflow: hidden
}

.image-100 {
    object-fit: cover;
    min-width: 100%;
    height: 120%;
    position: absolute;
    inset: auto 0% 0%
}

.div-block-19 {
    flex-direction: column;
    justify-content: center;
    min-height: 65vh;
    display: flex
}

.contact-email-link {
    color: #ffffff80;
    text-decoration: none
}

.footer-tel-link {
    color: #fff;
     font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
    transition: color .2s
}

.footer-tel-link:hover {
    color: #6d6a63
}

.feature-page-spec-item-text {
    padding-top: 30px;
    padding-bottom: 60px
}

.homepage-shopping-mall-section {
    background-color: #000;
    position: relative
}

.image-102 {
    object-fit: cover;
    width: 50%;
    height: 100%;
    position: absolute;
    inset: 0% 0% 0% auto
}

.homepage-shopping-mall-section-text-wrap {
    padding-top: 130px;
    padding-bottom: 250px
}

.amenities-s1-p1-img {
    object-fit: cover;
    width: 50%;
    min-height: 100%;
    max-height: 100%;
    position: absolute;
    inset: 0% 0% 0% auto
}

.site__wob-para-2 {
    color: #fff;
    width: 315px;
    margin-top: 90px;
    margin-bottom: 140px;
    margin-right: 146px;
  
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5
}

.site__wob-para-2.residence-features {
    color: #ffffff80;
    width: auto;
    margin-top: 5px;
    margin-bottom: 0;
    margin-right: 0
}

.site__wob-para-2.residence-features.title {
    color: #fff;
    font-size: 14px
}

.site__wob-para-2.residence-features.title.margin-top {
    margin-top: 20px
}

.bold-text {
    font-weight: 400
}

.button-dark {
    color: #fff;
    text-align: center;
    background: linear-gradient(
        90deg,
        #a92b00 0%,
        #d83f00 45%,
        #ee4d00 75%,
        #ff6200 100%
    );
    /* background-color: #d34a00; */
    padding: 15px 40px;
    margin-top: 20px;
  
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    transition: background-color .2s;
    /* display: none; */
}

.button-dark:hover {
    background-color: #243757
}

.project-s3 {
    background-color: #000;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative
}

.heading-white {
    z-index: 10;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
  
    font-size: 50px;
    font-weight: 400;
    line-height: 1.1
}

.heading-white.center-align {
    text-align: center;
    margin-top: 100px
}

.heading-white.center {
    text-align: center
}

.paragraph-white {
    color: #fff;
  
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2
}

.paragraph-white.home-s4-p3 {
    max-width: 400px;
    margin-top: 40px
}

.paragraph-white.project-s3-para {
    max-width: 600px;
    margin-top: 40px
}

.paragraph-white.margin-top {
    margin-top: 40px
}

.paragraph-white.margin-top.project-s6-p1-para {
    max-width: 500px
}

.paragraph-white.amenities-s3-subtitle {
    max-width: 400px;
    margin-top: 20px
}

.paragraph-white.amenities-s7-para {
    margin-top: 40px
}

.paragraph-white.amenities-s5-p4-para {
    max-width: 400px
}

.paragraph-white.team-s2-para {
    margin-top: 40px
}

.paragraph-white.team-s2a-para {
    max-width: 600px;
    margin-top: 40px
}

.paragraph-white.common-features-para {
    margin-top: 20px
}

.paragraph-white.common-feature-para-99 {
    margin-top: 10px
}

.project-s3-img {
    z-index: 1;
    object-fit: cover;
    width: 100%;
    min-height: 100%
}

.paragraph-dark {
    color: #161616;
    margin-top: 10px;
    margin-bottom: 0;
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 15px;
    letter-spacing: 0.1px;
    font-weight: 400;
    line-height: 28px;
}

.paragraph-dark.center {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.paragraph-dark.center.margin-top.left-align {
    text-align: left
}

.paragraph-dark.center.margin-top.left-align.sustain-s2-p1-para {
    max-width: 500px;
    margin-top: 60px
}

.paragraph-dark.center.home-s4-p1-para,.paragraph-dark.center.home-s4-p4-para {
    max-width: 500px;
    margin-top: 40px
}

.paragraph-dark.home-s2-p1-para {
    /* max-width: 630px; */
    /* padding: 0px 30px; */
    margin-top: 30px;
    /* margin-bottom: 10px; */
}

.paragraph-dark.margin-top {
    margin-top: 29px;
}

.paragraph-dark.margin-top.center {
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
}

.paragraph-dark.designpage-s2-para {
    max-width: 600px;
    margin-top: 40px
}

.paragraph-dark.amenities-s1-p1-para {
    margin-top: 40px
}

.paragraph-dark.amenities-s4-subtitle {
    max-width: 400px;
    margin-top: 20px
}

.paragraph-dark.sustain-s1-para {
    max-width: 500px
}

.paragraph-dark.mall-s1-para {
    max-width: 500px;
    margin-top: 0
}

.paragraph-dark.residences-s1-p1-para {
    width: 50%
}

.paragraph-dark.residences-s6-p2-para {
    max-width: 500px
}

.paragraph-dark.residences-s6-p2-title {
    font-size: 18px
}

.paragraph-dark.floor-plan-desc {
    width: 60%
}

.paragraph-dark.amenities-s5-p3-para {
    width: 40%
}

.paragraph-dark.sustain-s2-p2-para {
    width: 50%
}

.heading-dark {
    color: #484646;
    margin-top: 0;
    margin-bottom: 0;
  
    font-size: 25px;
    font-weight: 400;
    line-height: 29px;
}

.heading-dark.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.heading-dark.center.home-s4-p1-heading {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto
}

.heading-dark.center.home-s2-p3-heading {
    max-width: 590px;
    margin-left: auto;
    margin-right: auto
}

.heading-dark.center.amenities-s6-p2-big-text {
    text-align: center;
    width: 75%;
    padding-top: 0;
    padding-bottom: 0
}

.heading-dark.contact-section {
    font-size: 30px
}

.heading-dark.mall-s1-heading {
    max-width: 600px
}

.heading-dark.residence-s1-p1-heading {
    width: 67%
}

.heading-dark.sustain-s2-p2-heading {
    width: 50%
}

.amenities-s5-p1 {
    background-color: #e9e5e3
}

.team-section-2,.team-section-2-a {
    background-color: #16243b;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative
}

.general-4-col-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.general-4-col-grid.margin-top {
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    margin-top: 100px
}

.grid-item-wrap.flex-vertical {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex
}

.grid-item-wrap.sustain-s1-grid-item-left {
    justify-content: center;
    display: flex
}

.grid-item-wrap.flex-center {
    justify-content: center;
    align-items: center;
    display: flex
}

.tower-skeleton-img {
    object-fit: contain;
    height: 350px;
    margin-top: 150px
}

.home-s7-img {
    object-fit: contain;
    width: 100%
}

.home-s2-p1,.home-s2-p3,.home-s4-p1 {
    padding-top: 20px;
    padding-bottom: 45px;
}

.home-s4-p2 {
    padding-bottom: 100px
}

.home-s4-p4 {
    padding-top: 100px;
    padding-bottom: 100px
}

.heading-2-dark {
    color: #15233a;
    margin-top: 0;
    margin-bottom: 0;
    /*  font-family: 'Montserrat', sans-serif; */
    font-size: 20px;
    letter-spacing: 0.2px;
    font-weight: 510;
    /* margin-top: -23px; */
    line-height: 29px;
}

.heading-2-dark.home-s2-p1-heading {
    /* max-width: 800px; */
    margin-bottom: -14px;
}

.location-section-list {
    margin-top: 40px;
    padding-left: 20px
}

.designpage-s2-img {
    object-fit: cover;
    width: 100%;
    min-height: 450px;
    max-height: 100%
}

._2-col-grid {
    grid-column-gap: 50px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    overflow: visible
}

._2-col-grid.amenities-s5-p2-grid {
    grid-template-columns: 1.25fr 1fr;
    align-items: center
}

._2-col-grid.mall-s1-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px
}

._2-col-grid.sustain-s1-grid {
    grid-template-columns: 1fr 3fr;
    align-items: center;
    margin-top: 60px
}

._2-col-grid.amenities-s1-p1-grid {
    grid-column-gap: 150px;
    grid-row-gap: 16px
}

._2-col-grid.amenities-s7-grid {
    grid-template-columns: 1fr 1fr
}

._2-col-grid.floorplan-towers-grid {
    grid-template-columns: .75fr .75fr
}

._2-col-grid.projects-s4-grid {
    grid-column-gap: 50px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 2fr
}

.amenities-s1-p1 {
    background-color: #e9e5e3;
    height: 645px;
    padding-top: 200px;
    padding-bottom: 200px;
    position: relative
}

.amenities-s1-p2 {
    background-color: #d5e1d9;
    padding-top: 100px;
    padding-bottom: 100px
}

.amenities-s1-p2-grid {
    z-index: 5;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    position: relative
}

.amenities-s1-p2-stats-wrap {
    position: relative;
    overflow: hidden
}

.amenities-s3-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 60px
}

.amenities-s4-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 60px
}

.amenities-s4-img-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 60px
}

.amenities-s5-p2 {
    background-color: #e9e5e3;
    padding-top: 100px;
    padding-bottom: 100px
}

.amenities-s5-p3 {
    background-color: #d5e1d9
}

.amenities-s5-p3-texts {
    padding-top: 100px;
    padding-bottom: 100px
}

.amenities-s5-p3-specs {
    z-index: 5;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 100px;
    position: relative
}

.amenities-s5-photos-2 {
    padding-top: 80px;
    padding-bottom: 0
}

.amenities-s5-p4-texts-wrap {
    margin-bottom: 100px
}

.residences-s1 {
    text-align: left;
    background-color: #e9e5e3;
    padding-top: 100px;
    padding-bottom: 200px;
    display: block
}

.residences-s1-p1 {
    margin-bottom: 60px;
    position: relative
}

.residences-s1-p2 {
    margin-bottom: 220px
}

.residences-s1-p2-1 {
    padding-bottom: 350px
}

.residence-s1-p2-img-1-wrap {
    width: 50%
}

.residence-s1-p2-img-2-wrap {
    z-index: 10;
    width: 64%;
    position: absolute;
    inset: 25% 0% auto auto
}

.residence-s1-p2-img-1 {
    object-fit: cover;
    height: 60vh
}

.residence-s1-p2-img-2 {
    object-fit: cover;
    object-position: 0% 50%;
    height: 70vh
}

.residense-s1-p3-img-3-wrap {
    z-index: 10;
    float: right;
    width: 51%;
    position: relative;
    inset: 0% 0 auto auto
}

.residences-s2 {
    background-color: #0d0d0d;
    display: none
}

.residences-s3 {
    background-color: #0d0d0d;
    padding-top: 100px;
    padding-bottom: 100px;
    display: none
}

._4-col-grid {
    grid-column-gap: 50px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

._4-col-grid.residences-s3-grid,._4-col-grid.residences-s5-grid {
    margin-top: 100px
}

.residences-s4 {
    display: none
}

.residences-s5 {
    background-color: #0d0d0d;
    padding-top: 100px;
    padding-bottom: 100px;
    display: none
}

.residences-s6 {
    background-color: #e9e5e3;
    position: relative
}

.residences-s6-p1 {
    position: relative
}

.residences-s6-heading {
    z-index: 10;
    color: #15233a;
    text-align: center;
     font-family: 'Montserrat', sans-serif;
    font-size: 140px;
    font-weight: 300;
    line-height: 1.1;
    position: absolute;
    inset: -103px 0% auto
}

.residences-s6-p2-content {
    padding-top: 100px;
    padding-bottom: 100px
}

.location-s1 {
    background-color: #000;
    position: relative
}

.location-s1-heading-2 {
    padding-top: 100px;
    padding-bottom: 100px
}

.location-s1-p1 {
    padding-top: 100px
}

.floorplan-s1 {
    width: 1919px;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    display: block
}

.tower-1-spec-wrap {
    background-color: #fff;
    position: relative
}

.tower-2-spec-wrap {
    background-color: #fff;
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative
}

.tower-3-spec-wrap {
    background-color: #fff;
    position: relative
}

.tower-img {
    float: right;
    object-fit: cover;
    height: 100%
}

.mall-s1,.mall-s2-p1 {
    background-color: #e9e5e3;
    padding-top: 100px;
    padding-bottom: 100px
}

.mall-s3 {
    background-color: #e9e5e3;
    padding-bottom: 100px
}

.sustain-s1 {
    background-color: #e9e5e3;
    padding-top: 100px;
    padding-bottom: 100px
}

.sustain-s2 {
    background-color: #e9e5e3
}

.sustain-s2-p1,.sustain-s2-p2 {
    padding-top: 100px;
    padding-bottom: 100px
}

.sustain-s2-p2-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-top: 100px
}

.contact-s2 {
    text-align: left;
    background-color: #000;
    padding-bottom: 100px;
    display: block
}

.home-s2 {
    background-color: #e9e5e3;
    position: relative
}

.home-s3 {
    background-color: #0d0d0d
}

.home-s4 {
    background-color: #e9e5e3
}

.home-s5 {
    background-color: #0d0d0d
}

.home-s8 {
    background-color: #000;
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative
}

.location-section {
    background-color: #e9e5e3;
    padding-top: 100px;
    padding-bottom: 100px
}

.cta-links-section {
    display: flex;
    position: relative;
    overflow: hidden
}

.home-s8-grid {
    z-index: 5;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    position: relative
}

.home-s8-timeline {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    overflow: hidden
}

.amenities-s6 {
    background-color: #f9eee9;
    padding-top: 0;
    padding-bottom: 0;
    position: relative
}

.amenities-s5-new {
    background-color: #000;
    padding-top: 100px;
    padding-bottom: 100px
}

.amenities-s6-p1 {
    display: none;
    position: relative
}

.amenities-s6-p1-heading {
    z-index: 1;
    position: absolute;
    inset: -25px 0% auto
}

.amenities-s6-p2 {
    padding-top: 100px;
    padding-bottom: 100px
}

.location-s1-map-img {
    object-fit: contain;
    width: 100%
}

.image-105 {
    object-fit: contain;
    width: 120px
}

.partner-logo.wme {
    width: 100px
}

.partner-logo {
    object-fit: contain;
    height: 50px
}

.partner-logo.bpi {
    margin-top: 40px
}

.btn-wrap {
    justify-content: center;
    margin-top: 60px;
    display: flex
}

.btn-wrap.left {
    justify-content: flex-start
}

.btn-wrap.left.contact-cta {
    margin-top: 60px
}

.btn-wrap.residences-floor-plan-btn {
    justify-content: flex-start;
    margin-top: 40px
}

.list-item-3 {
    margin-bottom: 5px;
  
    font-size: 14px;
    font-weight: 300;
    list-style-type: decimal
}

.image-14-aa {
    object-fit: cover;
    height: 250px
}

.image-14-copy-copy32423 {
    object-fit: cover;
    height: 200px;
    margin-top: 40px
}

.mobile-menu-link {
  
    line-height: 1
}

.residences-s1-p1-a {
    margin-bottom: 100px
}

.residences-s1-p1-a-grid {
    grid-column-gap: 50px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr 1fr
}

.link-4 {
    color: #595959;
    text-decoration: none
}

.footer-social-apps-wrap {
    height: 34px
}

.social-app-link-block {
    opacity: .7;
    width: 23px;
    margin-left: 15px;
    transition: opacity .5s
}

.social-app-link-block:hover {
    opacity: 1
}

.social-link-img {
    width: 100%;
    height: 100%
}

.image-106 {
    width: 100%;
    /* margin-top: -60px; */
}

.the-mall-icon {
    width: 60%;
    margin-top: -150px
}

.team-s2-img {
    object-fit: cover;
    width: 100%;
    height: 500px
}

.project-s4-a {
    background-color: #e9e5e3;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative
}

.project-s4-img {
    object-fit: cover;
    width: 60%;
    min-height: 100%;
    max-height: 100%;
    position: absolute;
    inset: 0% 0% 0% auto
}

.project-s4-list {
    margin-top: 40px;
    padding-left: 20px
}

.cta-right-arrow-img {
    height: 16px;
    margin-left: 5px
}

.cta-link-text-and-arrow-wrap {
    justify-content: space-between;
    align-items: center;
    display: flex
}

.contact-s1 {
    background-color: #000;
    padding-top: 100px;
    padding-bottom: 100px
}

.contact-s1-phone-no-wrap {
    justify-content: center;
    display: flex
}

.contact-s1-phone-link {
    color: #fff;
     font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
    transition: color .2s
}

.contact-s1-phone-link:hover {
    color: #6d6a63
}

.floor-plan-modal-wrap {
    z-index: 9999;
    background-color: #000000b3;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: fixed;
    inset: 0%
}

.floor-plan-modal {
    background-color: #e9e5e3;
    justify-content: center;
    align-items: center;
    width: 800px;
    min-height: 400px;
    padding: 20px;
    display: none;
    position: relative
}

.floor-plan-form {
    width: 500px;
    margin-bottom: 0
}

.floor-plan-input {
    color: #16243b;
    background-color: #0000;
    border: 1px #000;
    border-top-width: 0;
    border-bottom: 1px solid #16243b;
    margin-bottom: 10px;
    padding-bottom: 20px;
    padding-left: 0;
  
    font-weight: 400;
    transition: border-color .2s
}

.floor-plan-input:focus {
    color: #16243b;
    border-bottom-style: solid;
    border-bottom-color: #a3adbd;
  
    font-weight: 400
}

.floor-plan-input::placeholder {
    color: #16243b;
    text-transform: capitalize;
  
    font-weight: 400
}

.floor-plan-submit {
    background-color: #16243b;
    margin-top: 40px;
    padding: 10px 30px;
  
    transition: color .2s,background-color .2s
}

.floor-plan-submit:hover {
    color: #16243b;
    background-color: #fff
}

.floor-plan-cross {
    cursor: pointer;
    width: 30px;
    position: absolute;
    inset: 10px 10px auto auto
}

.home-s2-anchor {
    opacity: 0;
    height: 0;
    position: absolute;
    inset: -76.328px 0% auto
}

.location-list-item {
    margin-bottom: 5px;
  
    font-size: 16px;
    font-weight: 300;
    list-style-type: disc
}

.slide-content-wrap {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.slide-img {
    object-fit: cover;
    width: 100%;
    height: 500px
}

.slide-title {
    text-align: center;
    margin-top: 20px;
  
    font-size: 18px;
    line-height: 1
}

.residences-s6-p2-img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.floating-social-icons-wrap {
    z-index: 99;
    flex-direction: column;
    display: flex;
    position: fixed;
    inset: auto 2% 5% auto
}

.floating-social-link {
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    overflow: hidden
}

.floating-social-link.phone {
    opacity: 1;
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    outline-offset: 0px;
    color: #000;
    white-space: normal;
    -webkit-text-fill-color: inherit;
    cursor: pointer;
    mix-blend-mode: normal;
    object-fit: fill;
    background-color: #000;
    background-clip: border-box;
    border: 0 #000;
    border-radius: 100%;
    outline: 3px #000;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
    position: static;
    transform: translate(0);
    box-shadow: 1px 1px 3px #000
}

.floating-social-link.phone:hover {
    background-color: #fff
}

.floating-social-link.phone.messenger {
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    outline-offset: 0px;
    mix-blend-mode: normal;
    background-color: #fff;
    border-style: none;
    border-width: 0;
    outline: 0 #0000
}

.floating-social-link.messenger {
    background-color: #25d366
}

.floating-social-link.messenger.pc {
    flex: 0 1 0;
    position: static
}

.floating-social-link.messenger.mobile {
    filter: blur();
    cursor: pointer;
    border-radius: 100%;
    display: flex;
    transform: translate(0);
    box-shadow: 1px 1px 3px #000
}

.floating-social-link-img {
    width: 100%;
    height: 100%
}

.floating-social-link-img.phone {
    border-radius: 0;
    width: 45%;
    height: 45%
}

.floating-social-link-img.whatsapp {
    width: 68%;
    height: 68%
}

.floating-social-link-img.messenger {
    width: 70%;
    height: 70%
}

.home-s6-img,.contact-s2-map-link-block,.contact-s2-map-img,.link-block {
    width: 100%
}

.residences-s6-p2-modern-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 100px
}

.residences-s6-p2-modern-lightbox,.residences-s6-p2-classic-lightbox-2 {
    width: 100%;
    height: 300px
}

.residences-s6-p2-classic-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 100px
}

.floorplan-down-btn-wrap {
    justify-content: center;
    margin-top: 100px;
    display: flex
}

.privacy-policy-rich-text {
    font-family: Theinhardt pan,sans-serif
}

.brochure-modal-wrap {
    z-index: 9999;
    background-color: #000000b3;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%
}

.brochure-modal {
    background-color: #e9e5e3;
    justify-content: center;
    align-items: center;
    width: 800px;
    min-height: 400px;
    padding: 20px;
    display: flex;
    position: relative
}

.brochure-form {
    width: 500px
}

.brochure-input {
    color: #16243b;
    background-color: #0000;
    border: 1px #000;
    border-top-width: 0;
    border-bottom: 1px solid #16243b;
    margin-bottom: 10px;
    padding-bottom: 20px;
    padding-left: 0;
  
    font-weight: 400;
    transition: border-color .2s
}

.brochure-input:focus {
    color: #16243b;
    border-bottom-style: solid;
    border-bottom-color: #a3adbd;
  
    font-weight: 400
}

.brochure-input::placeholder {
    color: #16243b;
    text-transform: capitalize;
  
    font-weight: 400
}

.brochure-download-btn {
    background-color: #16243b;
    margin-top: 40px;
    padding: 10px 30px;
  
    transition: color .2s,background-color .2s
}

.brochure-download-btn:hover {
    color: #16243b;
    background-color: #fff
}

.brochure-cross {
    cursor: pointer;
    width: 30px;
    position: absolute;
    inset: 10px 10px auto auto
}



.campaign-form-wrap {
    background-color: #192940e3;
    justify-content: center;
    align-items: center;
    width: 500px;
    padding: 40px 60px 30px;
    display: flex;
    position: relative
}

.campaign-input {
    color: #cfcfcf;
    background-color: #0000;
    border: 1px #000;
    border-top-width: 0;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
  
    font-weight: 400;
    transition: border-color .2s
}

.campaign-input:focus {
    color: #cfcfcf;
    border-bottom-style: solid;
    border-bottom-color: #a3adbd;
  
    font-weight: 400
}

.campaign-input::placeholder {
    color: #cfcfcf;
    text-transform: capitalize;
  
    font-weight: 400
}

.campaign-select-field {
    color: #cfcfcf;
    background-color: #242f41b3;
    border: 1px solid #cfcfcf;
  
    font-weight: 400
}

.campaign-submit {
    color: #333332;
    background-color: #fff;
    width: 100%;
    margin-top: 20px;
    padding: 10px 30px;
  
    transition: color .2s,background-color .2s
}

.campaign-submit:hover {
    color: #16243b;
    background-color: #fff
}

.campaign-contact-form-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.rajuk-approval-no-text {
    position: absolute;
    inset: -127px 0% auto
}

.image-107 {
    width: 250px
}

.rajuk-approval-img-wrap {
    justify-content: center;
    display: flex
}

.package-section {
    background-color: var(--midnight-blue);
    padding-top: 100px;
    padding-bottom: 100px
}

.package-names-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex
}

.package-names {
    z-index: 10;
    color: #fff;
    border-right: 1px solid #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px;
  
    font-size: 23px;
    font-weight: 300;
    line-height: 1.1
}

.package-names.first {
    padding-left: 0
}

.package-names.last {
    border-right-width: 0;
    padding-right: 0
}

.common-feature-heading {
    z-index: 10;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 0;
  
    font-size: 30px;
    font-weight: 300;
    line-height: 1.1
}

.residential-features-part-2 {
    margin-top: 60px
}

.common-feature-heading-99 {
    z-index: 10;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
  
    font-size: 22px;
    font-weight: 400;
    line-height: 1.1
}

.div-block-22 {
    margin-bottom: 30px
}

.contact-us-section {
    min-height: 100vh;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden
}

.contact-us-bg-wrap {
    position: absolute;
    inset: 0%
}

.contact-us-bg-img {
    filter: brightness(30%);
    object-fit: cover;
    width: 100%;
    height: 100%
}

.contact-us-main-content {
    z-index: 2;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.contact-us-card-img-wrap {
    width: 100%;
    height: 400px;
    overflow: hidden
}

.contact-us-card-img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.contact-us-heading-wrap {
    background-color: #000;
    padding: 35px 50px
}

.contact-us-h1 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
  
    font-weight: 400;
    line-height: 1
}

.heading-6 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
  
    font-size: 20px;
    font-weight: 300;
    line-height: 1
}

.contact-us-social-media-wrap {
    background-color: #fff
}

.contact-us-social-media-item {
    grid-column-gap: 20px;
    color: #000;
    border-bottom: 1px solid #f1f1f1;
    flex-flow: row;
    flex: none;
    align-items: center;
    padding: 20px 50px;
    text-decoration: none;
    display: flex;
    overflow: visible
}

.contact-us-icon {
    width: 60px;
    height: 60px;
    display: block
}

.contact-us-texts {
    flex: 1
}

.contact-us-item-title {
  
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    display: flex
}

.contact-us-item-subtitle {
    color: #5f5f5f;
     font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1
}

.link-block-2 {
    padding-right: 20px;
    text-decoration: none
}

.home-popup-video {
    z-index: 99999;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%
}

.popup-video {
    display: flex
}

.popup-video-cross {
    float: right;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    position: relative
}

.popup-video-cross-1 {
    background-color: #fff;
    width: 40px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 30px;
    left: 10px;
    transform: rotate(135deg)
}

.popup-video-cross-2 {
    background-color: #fff;
    width: 40px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 30px;
    left: 10px;
    transform: rotate(45deg)
}

.popup-video-tab,.popup-video-mobile {
    display: none
}

.image-108 {
    width: 80%;
    margin-bottom: 40px
}



.logo-splash-img-2 {
    width: 250px;
    display: block
}

.career-open-positions {
    background-color: var(--black);
    padding-top: 100px;
    padding-bottom: 100px
}

.popup-container {
    z-index: 10;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    position: fixed;
    inset: 0%
}

.job-board-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.popup-text-wrapper {
    grid-column-gap: 1vw;
    margin-top: 1vw;
    display: flex
}

.job-card-title {
    color: var(--white);
    text-align: center;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0
}

.dist-popup-text {
    color: var(--white)
}

.horizontal-line {
    background-color: #0d2620;
    width: 100%;
    height: 1px
}

.horizontal-line.dist-popup {
    background-color: var(--seashell);
    margin-bottom: 20px
}

.popup-cross-2 {
    background-color: var(--seashell);
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0%;
    transform: translateY(1.5vw)rotate(45deg)
}

.popup-title {
    color: var(--white)
}

.popup-cross {
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 20px;
    right: 20px
}

.popup-cross-1 {
    background-color: var(--seashell);
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0%;
    transform: translateY(1.5vw)rotate(-45deg)
}

.job-card {
    border: 1px solid var(--seashell);
    cursor: pointer;
    padding: 15px
}

.job-card-department-name {
    color: var(--white);
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 0
}

.popup-card {
    background-color: var(--black);
    width: 700px;
    min-height: 400px;
    padding: 20px;
    position: relative
}

.button-light {
    border: 1px solid var(--seashell);
    background-color: var(--seashell);
    color: var(--midnight-blue);
    margin-top: 40px;
    padding: 10px 30px;
  
    font-size: 16px;
    transition: color .2s,background-color .2s
}

.button-light:hover {
    color: var(--seashell);
    background-color: #0000
}

.partner-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex
}

.learn-more-button {
    color: var(--white);
    margin-top: 10px;

    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    display: block
}

@media screen and (min-width: 1920px) {
    .container {
        max-width:1600px
    }

    .nav {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .heading-medium {

        font-size: 80px;
        font-weight: 400
    }

    .link-3 {
        font-size: 16px
    }

    .link-block-text {
        font-size: 20px
    }

    .nav-container {
        justify-content: space-between;
        max-width: 1600px
    }

    .locationpage-img-block-num-div {
        top: 48px
    }

    .locationpage-img-block-num {
        font-size: 85px
    }

    .location-page-img-block-num-text {
        left: 10px
    }

    .locationpage-img {
        height: 650px;
        min-height: 485px
    }

    .locationpage-img-block-heading {
        font-size: 80px;
        line-height: 70px;
        top: 537px;
        left: 5%
    }

    .second-style-content-4-first-small-img {
        right: 164px
    }

    .home-hero-bottom-text-wrap {
        margin-bottom: 0
    }

    .home-hero-bottom-text {
        font-size: 16px;
        line-height: 26px
    }

    .homepage__second-img-slider {
        height: 80vh
    }

    .homepage__3-link-blocks-grid {
        padding-left: 241px;
        padding-right: 241px
    }

    .page-hero-img-wrapper {
        min-height: 85vh
    }

    .site__wob-para {
        margin-bottom: 220px
    }

    .footer-section {
        background-color: #0d0d0d
    }

    .project-down-arrow {
        left: 81px
    }

    .column-44 {
        height: 500px
    }

    .image-15 {
        height: 600px
    }

    .image-14-copy-copy {
        height: 300px
    }

    .image-16,.image-17 {
        height: 500px
    }

    .image-16-copy {
        width: 400px;
        height: 500px
    }

    .image-13-copy {
        height: 500px
    }

    .features-splide.slider1.pill {
        height: 650px
    }

    .features-slider {
        height: 700px
    }

    .features_slider_img {
        height: 650px
    }

    .features_slider_title {
        font-size: 16px;
        top: 665px
    }

    .features_slider_subtitle {
        font-size: 16px;
        top: 694px
    }

    .heading-5 {
        font-size: 110px;
        top: 269px
    }

    .hero-section-heading-text {
        font-size: 70px
    }

    .hero-section-heading-wrap {
        width: 553px;
        height: 81px
    }

    .hero-section-small-heading.resortliving {
        margin-right: 35px
    }

    .logo-splash {
        display: flex
    }

    .tower-spec-span {
        flex: 0 auto
    }

    .div-block-11 {
        justify-content: space-between
    }

    .spec-small-text-feature-page {
        line-height: 22px
    }

    .tower-1-floorplan-slide-left-col {
        padding: 80px
    }

    .image-30 {
        width: 50%
    }

    .tower-floor-plan-slider-left-arrow-icon,.tower-floor-plan-slider-right-arrow-icon {
        width: 70px;
        height: 70px;
        padding-top: 17px;
        font-size: 31px
    }

    .image-34 {
        inset: auto 0% 0%
    }

    .parallax-img-wrap {
        height: 80vh
    }

    .css-parallax-img {
        height: 90vh
    }

    .site__wob-para-2 {
        margin-bottom: 220px
    }

    .heading-white.center-align {
        margin-top: 160px
    }

    .paragraph-white {
        margin-top: 60px;
        font-size: 22px;
        line-height: 27px
    }

    .paragraph-white.common-features-para,.paragraph-white.common-feature-para-99 {
        font-size: 16px
    }

    .paragraph-dark.amenities-s1-p1-para {
        width: auto
    }

    .paragraph-dark.amenities-s5-p3-para {
        width: 31%
    }

    .heading-dark.center.amenities-s6-p2-big-text {
        padding-left: 460px
    }

    ._2-col-grid {
        grid-column-gap: 80px;
        grid-row-gap: 16px
    }

    ._2-col-grid.floorplan-towers-grid {
        box-sizing: border-box
    }

    ._2-col-grid.projects-s4-grid {
        grid-template-columns: 1fr 2.5fr
    }

    ._4-col-grid {
        grid-column-gap: 80px;
        grid-row-gap: 16px
    }

    .residences-s6-heading {
        bottom: auto;
        left: 0%;
        right: 0%
    }

    .sustain-s1 {
        padding-bottom: 250px
    }

    .home-s6 {
        background-image: none
    }

    .amenities-s6 {
        background-color: #f9eee9
    }

    .image-14-aa,.image-14-copy-copy32423 {
        height: 300px
    }

    .image-106 {
        /* margin-top: -150px; */
    }

    .the-mall-icon {
        margin-top: -200px
    }

    .project-s4-a {
        padding-top: 250px;
        padding-bottom: 250px
    }

    .floor-plan-modal-wrap,.floor-plan-modal {
        display: none
    }

    .home-s2-anchor {
        top: -81.328px
    }

    .slide-img {
        height: 650px
    }

    .residences-s6-p2-modern-lightbox,.residences-s6-p2-classic-lightbox-2 {
        height: 400px
    }

    .contact-us-section {
        display: block
    }

    .contact-us-social-media-item {
        grid-column-gap: 20px;
        grid-row-gap: 16px;
        flex-wrap: nowrap;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: flex;
        overflow: visible
    }

    .image-108 {
        width: 70%
    }

    .button-light {
        padding: 18px 40px;
        font-size: 22px
    }

    .learn-more-button {
        font-size: 22px
    }
}

@media screen and (max-width: 991px) {
    .container {
        padding-left:20px;
        padding-right: 20px
    }

    .container.residences-s1-p2-1-flex,.container.residences-s1-p3-2-flex {
        justify-content: space-between;
        display: flex
    }

    .nav {
        width: 100vw;
        padding-left: 0;
        padding-right: 0;
        display: block
    }

    .column-6 {
        z-index: 10
    }

    .image-4 {
        z-index: 5;
        top: 42px;
        left: 144px
    }

    .text-block-2.logo-footer.nav-logo {
        width: auto;
        font-size: 14px;
        line-height: 16px
    }

    .nav-div-left {
        width: 206px
    }

    .nav-div-left.nav-div-right {
        width: 220px
    }

    .nav-container {
        padding-left: 20px;
        padding-right: 20px;
        display: none
    }

    .nav-home-link-block.w--current {
        justify-content: center;
        width: 150px;
        display: flex
    }

    .homepage-block-links {
        width: 90%;
        height: 320px;
        padding: 30px
    }

    .location-page-main-content-cols-2 {
        padding-top: 0
    }

    .locationpage-img-block-num {
        font-size: 50px
    }

    .location-page-img-block-num-text {
        top: 35px;
        left: 1px
    }

    .locationpage-img {
        height: 300px
    }

    .locationpage-img-blcok-text {
        float: right;
        width: 60%;
        margin-top: 40px
    }

    .locationpage-img-block-heading {
        font-size: 40px;
        line-height: 44px;
        top: 273px
    }

    .project-s2 {
        margin-bottom: 0;
        position: relative
    }

    .second-style-content-4-first-small-img {
        height: 296px;
        display: none;
        right: -40px
    }

    .amenities-s2 {
        padding-top: 0
    }

    .splide__slide {
        width: 45%
    }

    .horizontal__scroll-track {
        height: auto
    }

    .horizontal__scroll-camera {
        width: auto;
        height: auto;
        overflow: hidden
    }

    .horizontal__scroll-frame {
        flex-direction: column;
        width: 100%;
        height: 100%
    }

    .horizontal__scroll-item {
        width: 100vw;
        height: 45vh;
        padding: 20px 20px 0
    }

    .home-hero-wrap {
        padding-left: 15px;
        padding-right: 15px
    }

    .homepage_slider123-number-text {
        height: 74px;
        font-size: 20px
    }

    .homepage_slider123-number-text-slash {
        font-size: 40px;
        top: 10px;
        left: 5px
    }

    .homepage_slider123-number-text-2 {
        line-height: 27px;
        top: 34px;
        left: 16px
    }

    .homepage__fulwidth-img-slider-1-arrow-icon {
        font-size: 24px
    }

    .homepage__second-img-slider {
        height: 40vh
    }

    .homepage__3-link-blocks-grid {
        padding-left: 0;
        padding-right: 0
    }

    .page-hero-section {
        padding-top: 220px
    }

    .page-hero-img-wrapper.about {
        height: 60vh;
        min-height: 60vh
    }

    .page-header-top-text {
        font-size: 85px
    }

    .site__wob-para {
        margin-bottom: 100px
    }

    .site__wob-para.residence-features,.site__wob-para.residence-features.title {
        font-size: 14px
    }

    .residence-s1-p3-img-1-wrap {
        width: auto;
        min-height: 200px;
        margin-right: 20px;
        position: static
    }

    .apartment-second-row-left-img {
        height: 100%
    }

    .apartment-second-row-img-galarry-center-img-wrapper {
        width: auto;
        position: static
    }

    .apartment-second-row-center-img {
        height: 100%
    }

    .features-page-site-management-img {
        min-height: 100%
    }

    .column-12 {
        flex-direction: column;
        justify-content: center
    }

    .column-12.contact-list {
        padding-left: 0
    }

    .mobile-nav {
        z-index: 9999;
        justify-content: space-between;
        width: 100vw;
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
        position: relative
    }

    .mobile-nav-hamburger-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        width: 30px;
        height: 30px;
        margin-right: 20px;
        display: flex
    }

    .hamburgerlines {
        background-color: #f9eee9;
        width: 30px;
        height: 1px
    }

    .hamburgerlines.hamburgerline-2 {
        transform: translateY(5px)
    }

    .mobile-logo-1.w--current {
        justify-content: center;
        width: 150px;
        display: flex
    }

    .mobile-logo-1.mobile-logo {
        margin-left: 20px
    }

    .mobile-logo-1.mobile-logo.w--current {
        width: auto;
        display: block
    }

    .mobile-nav-screen-content-wrapper {
        z-index: 60;
        flex-direction: column;
        justify-content: center;
        width: 100vw;
        height: 100vh;
        display: none;
        position: absolute;
        inset: 0%;
        overflow: scroll
    }

    .mobile-nav-content-wrapper {
        flex-direction: column;
        justify-content: center;
        width: 100vw;
        height: 500px;
        display: flex
    }

    .mobile-nav-link-block {
        width: 100%;
        height: 30px;
        margin-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        text-decoration: none;
        position: relative;
        overflow: hidden
    }

    .mobile-nav-link-text {
        color: #f9eee9;
        text-transform: capitalize;
      
        font-size: 30px;
        position: absolute;
        top: 122%
    }

    .mobile-nav-screen-wrapper {
        z-index: 50;
        background-color: #121212;
        width: 100vw;
        height: 100vh;
        display: none;
        position: absolute;
        inset: 0%
    }

    .desktop-nav-screen,.desktop-nav-content-wrapper {
        display: none
    }

    .column-44 {
        height: 210px
    }

    .image-15 {
        width: 78%;
        height: 277px
    }

    .image-14-copy-copy {
        height: 120px
    }

    .image-16,.image-17,.image-16-copy {
        display: none
    }

    .image-19 {
        width: 100px
    }

    .image-13-copy {
        height: 210px
    }

    .features-splide.slider1.pill {
        height: 400px;
        margin-left: -15px;
        padding-right: 6vw
    }

    .features-slider {
        height: 400px;
        margin-top: 100px
    }

    .features_slider_img {
        height: 350px
    }

    .features_slider_title {
        top: 365px
    }

    .features_slider_subtitle {
        top: 384px
    }

    .heading-5 {
        letter-spacing: 5px;
        font-size: 40px;
        top: 130px
    }

    .hero-section-small-heading.resortliving {
        margin-right: 0
    }

    .logo-splash-img {
        width: 80%
    }

    .page-header-top-text-wrap {
        height: 130px;
        top: -70px
    }

    .text-block-18.green {
        font-size: 26px;
        line-height: 1
    }

    .homepage-line-text-wrap-copy._1.homepage.mall-specs {
        margin-top: 60px
    }

    .tower-spec-headline {
        margin-top: 40px;
        bottom: -154px;
        left: 0
    }

    .div-block-11 {
        flex-direction: row;
        justify-content: space-between;
        margin-left: 0
    }

    .div-block-12 {
        display: none
    }

    .amenities-s4-img {
        min-height: 250px
    }

    .spec-small-text-feature-page {
        width: auto;
        margin-top: 0;
        display: block
    }

    .project-s5 {
        padding-bottom: 100px
    }

    .project-s5-p2-img {
        height: 400px
    }

    .project-s5-p2-img.margin-top {
        margin-top: 40px
    }

    .project-s5-p2 {
        padding-top: 0;
        padding-bottom: 0
    }

    .tower-3-floorplan-slider {
        background-color: #fff;
        height: auto;
        margin-top: 60px
    }

    .tower-1-floorplan-slide-left-col {
        height: auto
    }

    .tower-1-floorplan-slide-right-col {
        height: auto;
        padding: 20px
    }

    .image-29 {
        display: none
    }

    .tower-floor-plan-slider-left-arrow {
        top: 0;
        left: -10px
    }

    .tower-floor-plan-slider-left-arrow-icon {
        padding-top: 11px;
        font-size: 22px
    }

    .tower-floor-plan-slider-right-arrow {
        top: 0;
        right: -10px
    }

    .tower-floor-plan-slider-right-arrow-icon {
        padding-top: 11px;
        font-size: 22px
    }

    .apartment-second-row-right-img-copy {
        height: 100%
    }

    .column-65 {
        display: none
    }

    .parallax-img-wrap {
        height: 400px
    }

    .css-parallax-img {
        height: 110%
    }

    .homepage-shopping-mall-section-text-wrap {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .site__wob-para-2 {
        margin-bottom: 100px
    }

    .heading-white {
        font-size: 35px
    }

    .heading-white.center-align {
        margin-top: 40px
    }

    .paragraph-white {
        margin-top: 20px;
        font-size: 14px;
        line-height: 20px
    }

    .paragraph-white.margin-top {
        margin-top: 20px
    }

    .paragraph-dark {
        margin-top: 20px;
        font-size: 14px;
        line-height: 20px
    }

    .paragraph-dark.project-s4-para {
        max-width: 500px
    }

    .paragraph-dark.residences-s1-p1-para {
        width: 66%
    }

    .paragraph-dark.floor-plan-desc {
        width: 80%
    }

    .paragraph-dark.amenities-s5-p3-para {
        width: 86%
    }

    .paragraph-dark.sustain-s2-p2-para {
        width: 80%
    }

    .heading-dark {
        font-size: 35px
    }

    .heading-dark.center.amenities-s6-p2-big-text {
        width: auto;
        max-width: 600px;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0
    }

    .heading-dark.contact-section {
        font-size: 26px
    }

    .heading-dark.sustain-s2-p2-heading {
        width: 80%
    }

    .general-4-col-grid.margin-top.team-s2-grid {
        grid-column-gap: 30px;
        grid-row-gap: 60px;
        grid-template-columns: 1fr 1fr
    }

    .grid-item-wrap.flex-vertical.vertical {
        display: block
    }

    .grid-item-wrap.hide,.grid-item-wrap.hide.project-s4-grid-item-wrap,.grid-item-wrap.residence-s3 {
        display: none
    }

    .tower-skeleton-img {
        height: 200px;
        margin-top: 60px
    }

    .heading-2-dark {
        font-size: 40px
    }

    .designpage-s2-img {
        min-height: 350px
    }

    ._2-col-grid.mall-s1-grid {
        grid-column-gap: 50px;
        grid-row-gap: 40px;
        grid-template-columns: 1fr;
        margin-top: 20px
    }

    ._2-col-grid.amenities-s1-p1-grid {
        grid-column-gap: 50px;
        grid-row-gap: 16px
    }

    ._2-col-grid.projects-s4-grid {
        grid-column-gap: 50px;
        grid-row-gap: 16px;
        grid-template-columns: 1fr;
        margin-top: 60px
    }

    .amenities-s1-p1 {
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px
    }

    .amenities-s1-p2-grid {
        grid-row-gap: 30px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr 1fr
    }

    .amenities-s3-grid {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        margin-top: 40px
    }

    .amenities-s4-grid {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }

    .amenities-s5-photos-2 {
        padding-top: 0
    }

    .residences-s1 {
        padding-bottom: 140px
    }

    .residences-s1-p2 {
        margin-bottom: 0
    }

    .residences-s1-p2-1 {
        padding-bottom: 40px
    }

    .residence-s1-p2-img-1-wrap {
        width: auto;
        min-height: 200px;
        margin-right: 10px
    }

    .residence-s1-p2-img-2-wrap {
        width: auto;
        min-height: 200px;
        margin-left: 10px;
        position: static
    }

    .residence-s1-p2-img-1,.residence-s1-p2-img-2 {
        height: 100%
    }

    .residense-s1-p3-img-3-wrap {
        width: auto;
        margin-left: 20px;
        position: static
    }

    ._4-col-grid.residences-s3-grid,._4-col-grid.residences-s5-grid {
        grid-template-columns: 1fr 1fr 1fr;
        margin-top: 60px
    }

    .residences-s6-p2 {
        padding-bottom: 0
    }

    .residences-s6-heading {
        font-size: 80px;
        top: -68px
    }

    .residences-s6-p2-content {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .location-s1 {
        padding-bottom: 0
    }

    .tower-1-spec-wrap,.tower-2-spec-wrap {
        min-height: auto
    }

    .tower-3-spec-wrap {
        min-height: auto;
        margin-top: 40px
    }

    .tower-img {
        height: 100%
    }

    .sustain-s2-p2-grid {
        grid-column-gap: 16px;
        grid-row-gap: 40px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr 1fr;
        margin-top: 60px
    }

    .contact-s2 {
        padding-bottom: 60px
    }

    .home-s4 {
        padding-top: 0;
        padding-bottom: 0
    }

    .home-s6 {
        background-image: none
    }

    .location-section {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .amenities-s6 {
        background-color: #f9eee9
    }

    .image-14-aa {
        height: 150px
    }

    .image-14-copy-copy32423 {
        height: 120px
    }

    .div-block-21 {
        margin-bottom: 40px
    }

    .mobile-menu-other-wrap.tab-menu {
        padding-left: 20px;
        padding-right: 20px
    }

    .mobile-menu-other-1.second.tab {
        margin-top: 20px
    }

    .mobile-menu-other-1.tab {
        flex-direction: column;
        display: flex
    }

    .mobile-menu-link.tab {
        color: #fff;
      
        text-decoration: none
    }

    .image-106 {
        margin-top: 20px;
    }

    .the-mall-icon {
        width: 60%;
        margin-top: 0
    }

    .project-s4-a {
        height: auto;
        padding-top: 0;
        padding-bottom: 60px
    }

    .project-s4-img {
        object-fit: contain;
        width: 100%;
        position: static
    }

    .contact-s1 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .floor-plan-modal {
        width: auto;
        min-width: 90%
    }

    .slide-img {
        height: 300px
    }

    .floating-social-link.messenger.pc {
        display: none
    }

    .floating-social-link.messenger.mobile {
        display: flex
    }

    .residences-s6-p2-modern-lightbox,.residences-s6-p2-classic-lightbox-2 {
        height: 170px
    }

    .brochure-modal {
        width: auto;
        min-width: 90%
    }

    .campaign-form-wrap {
        width: auto
    }

    .package-names {
        font-size: 20px
    }

    .common-feature-heading {
        font-size: 28px
    }

    .common-feature-heading-99 {
        font-size: 22px
    }

    .contact-us-section {
        min-height: auto;
        padding-top: 0;
        padding-bottom: 0
    }

    .contact-us-bg-wrap {
        display: none
    }

    .home-popup-video {
        left: 10%;
        right: 10%
    }

    .popup-video {
        display: none
    }

    .popup-video-tab {
        display: block
    }

    .popup-video-mobile {
        display: none
    }

    .image-108 {
        width: 100%
    }

    .job-board-wrapper {
        grid-template-columns: 1fr 1fr
    }

    .popup-cross {
        width: 30px;
        height: 30px
    }
}

@media screen and (max-width: 767px) {
    .nav {
        width:100%;
        padding-top: 0;
        padding-bottom: 0;
        position: fixed
    }

    .column-6 {
        padding-left: 0;
        padding-right: 0
    }

    .nav-container {
        width: 0
    }

    .homepage-block-links {
        height: 200px
    }

    .location-page-main-content-cols-2 {
        margin-bottom: 60px
    }

    .location-page-main-content-cols-2.heading {
        margin-top: 0
    }

    .locationpage-img-blcok-text {
        margin-top: 60px
    }

    .second-style-content-4-first-small-img {
        width: 270px;
        top: -339px;
        right: 0
    }

    .splide__arrows.is--mobile-center {
        justify-content: center;
        padding-left: 1em
    }

    .horizontal__scroll-item {
        height: 350px
    }

    .homepage__second-img-slider {
        height: 300px
    }

    .page-header-top-text {
        top: -41px
    }

    .page-header-top-text.sustainability-mobile-heading {
        font-size: 50px
    }

    .features-page-site-management-img {
        min-height: 300px
    }

    .div-block-7.contact-list-div {
        margin-top: 300px
    }

    .mobile-nav {
        width: 98%
    }

    .column-44 {
        height: auto;
        padding-left: 0;
        padding-right: 0;
        display: block
    }

    .image-15 {
        display: none
    }

    .image-14-copy-copy {
        width: 100%;
        height: 350px;
        margin-top: 20px;
        position: static
    }

    .image-19 {
        width: 70px
    }

    .column-50 {
        padding-left: 0;
        padding-right: 0
    }

    .column-51 {
        padding-left: 20px;
        padding-right: 20px
    }

    .image-13-copy {
        width: 100%;
        height: auto
    }

    .features-splide.slider1.pill {
        padding-right: 0
    }

    .grid-6.mall-s1-grid {
        grid-template-columns: 1fr 1fr 1fr
    }

    .html-embed-2.mall-s1-html-line {
        display: none
    }

    .tower-spec-headline {
        font-size: 40px;
        line-height: 44px;
        bottom: -107px
    }

    .project-s5-p1-img {
        position: static
    }

    .project-s5-p1 {
        padding-bottom: 40px
    }

    .tower-floor-plan-slider-left-arrow {
        inset: 299px 12% 0% auto
    }

    .tower-floor-plan-slider-right-arrow {
        right: 0%
    }

    .featurepage-specs-title {
        font-size: 26px
    }

    .div-block-19 {
        min-height: 45vh
    }

    .footer-tel-link {
        font-size: 35px;
        line-height: 1
    }

    .feature-page-spec-item-text {
        padding-bottom: 30px
    }

    .image-102 {
        width: 100%;
        position: static
    }

    .homepage-shopping-mall-section-text-wrap {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .amenities-s1-p1-img {
        width: 100%;
        height: 500px;
        padding-left: 20px;
        padding-right: 20px;
        position: static
    }

    .heading-white {
        font-size: 26px
    }

    .heading-white.center-align {
        margin-top: 0;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .paragraph-white.margin-top.project-s6-p1-para {
        max-width: none
    }

    .paragraph-dark.residences-s1-p1-para {
        width: 80%
    }

    .paragraph-dark.sustain-s2-p2-para {
        width: 100%
    }

    .heading-dark {
        font-size: 26px
    }

    .heading-dark.center.amenities-s6-p2-big-text {
        width: 90%
    }

    .heading-dark.residence-s1-p1-heading {
        width: 80%
    }

    .grid-item-wrap.flex-vertical {
        flex-direction: row
    }

    .grid-item-wrap.flex-vertical.vertical {
        flex-direction: column
    }

    .grid-item-wrap.hide {
        display: none
    }

    .tower-skeleton-img {
        margin-top: 10px
    }

    .heading-2-dark {
        font-size: 26px
    }

    ._2-col-grid,._2-col-grid.amenities-s5-p2-grid,._2-col-grid.mall-s1-grid {
        grid-template-columns: 1fr
    }

    ._2-col-grid.contact {
        grid-column-gap: 50px;
        grid-row-gap: 40px
    }

    ._2-col-grid.home-s4-p3-grid {
        grid-template-columns: 1fr
    }

    ._2-col-grid.project-s2-grid,._2-col-grid.project-s3-grid,._2-col-grid.project-s5-p1-grid {
        grid-column-gap: 50px;
        grid-row-gap: 40px
    }

    ._2-col-grid.amenities-s1-p1-grid {
        margin-top: 40px
    }

    ._2-col-grid.amenities-s7-grid,._2-col-grid.floorplan-towers-grid {
        grid-column-gap: 50px;
        grid-row-gap: 40px
    }

    ._2-col-grid.home-s2-p1-grid-2 {
        grid-column-gap: 50px;
        grid-row-gap: 20px
    }

    ._2-col-grid.projects-s4-grid {
        margin-top: 40px
    }

    .amenities-s1-p1 {
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px
    }

    .amenities-s1-p2-grid {
        grid-row-gap: 40px
    }

    .amenities-s3-grid {
        grid-template-columns: 1fr 1fr 1fr
    }

    .amenities-s4-img-grid {
        grid-column-gap: 16px;
        grid-row-gap: 25px;
        grid-template-columns: 1fr
    }

    .amenities-s5-p2 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .amenities-s5-p3-specs {
        grid-column-gap: 16px;
        grid-row-gap: 40px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }

    ._4-col-grid.residences-s3-grid {
        grid-row-gap: 16px;
        grid-template-columns: 1fr
    }

    ._4-col-grid.residences-s5-grid {
        grid-template-columns: 1fr
    }

    .residences-s6-heading {
        font-size: 60px;
        top: -58px
    }

    .sustain-s2-p2-grid {
        grid-column-gap: 16px;
        grid-row-gap: 40px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr
    }

    .column-80 {
        margin-top: 40px
    }

    .column-81,.column-82,.column-83 {
        padding-left: 0;
        padding-right: 0
    }

    .image-14-aa {
        width: 100%;
        height: auto;
        margin-top: 20px
    }

    .image-14-copy-copy32423 {
        width: 100%;
        height: 350px;
        margin-top: 0
    }

    .div-block-21 {
        margin-bottom: 40px
    }

    .residences-s1-p1-a-grid {
        grid-template-columns: 1fr 1fr
    }

    .team-s2-img {
        height: 400px
    }

    .project-s4-a {
        height: auto
    }

    .project-s4-img {
        width: 100%;
        position: static
    }

    .floor-plan-form {
        width: 100%
    }

    .residences-s6-p2-modern-grid {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr
    }

    .residences-s6-p2-modern-lightbox,.residences-s6-p2-classic-lightbox-2 {
        height: 250px
    }

    .residences-s6-p2-classic-grid {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr
    }

    .container-privacy-policy {
        padding-left: 20px;
        padding-right: 20px
    }

    .package-names {
        font-size: 14px
    }

    .popup-cross {
        top: 2vw;
        right: 2vw
    }

    .popup-card {
        width: 100%
    }
}

@media screen and (max-width: 479px) {
    .container {
        grid-column-gap:16px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0;
        display: block
    }

    .container.homepage_hero-section-container {
        padding-left: 0;
        padding-right: 0
    }

    .container.residences-s1-p2-1-flex,.container.residences-s1-p3-2-flex {
        flex-direction: column
    }

    .nav {
        z-index: 9999999;
        width: 100vw;
        display: block
    }

    .heading-medium {
        font-size: 35px;
        line-height: 58px
    }

    .column-6 {
        padding-left: 0;
        padding-right: 0
    }

    .image-4 {
        width: 90px;
        top: 57px;
        left: 112px
    }

    .text-block-2.logo-footer.nav-logo {
        text-align: center;
        font-size: 14px;
        line-height: 16px
    }

    .section-contact {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .contact-form-grid {
        margin-top: 0
    }

    .div-block-4 {
        margin-top: 60px
    }

    .contact-input {
        font-size: 16px
    }

    .submit-button {
        text-align: center;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block
    }

    .footer-copyright {
        flex-direction: column;
        align-items: center
    }

    .footer-copyright-text {
        text-align: center;
        max-width: 240px
    }

    .nav-div-left {
        display: none
    }

    .nav-container {
        padding-left: 0;
        padding-right: 0;
        display: none
    }

    .contactpage-address-headings._1 {
        margin-top: 20px
    }

    .contactpage-address-texts {
        margin-bottom: 30px;
        font-size: 13px;
        line-height: 20px
    }

    .contactpage-address-texts.small-texts {
        margin-bottom: 0;
        font-size: 13px
    }

    .nav-home-link-block.w--current {
        display: none
    }

    .homepage-block-links {
        width: 100%;
        height: 300px
    }

    .location-page-main-content-cols-2 {
        padding-top: 0
    }

    .location-page-main-content-cols-2.heading {
        margin-bottom: 100px
    }

    .locationpage-img-block._423432 {
        margin-bottom: 0
    }

    .locationpage-img-block-num {
        z-index: 15;
        width: 40px;
        height: 31px;
        font-size: 35px
    }

    .location-page-img-block-num-text {
        z-index: 15;
        font-size: 12px;
        top: 28px;
        left: 5px
    }

    .locationpage-img {
        height: 250px
    }

    .locationpage-img-blcok-text {
        width: 70%;
        margin-top: 20px;
        margin-bottom: 100px;
        font-size: 12px
    }

    .locationpage-img-block-heading {
        margin-left: -20px;
        font-size: 26px;
        line-height: 26px;
        top: -40px;
        left: 17px
    }

    .project-s2 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .second-style-content-4-first-small-img {
        width: 100%;
        height: 200px;
        display: none;
        position: static
    }

    .amenities-s2 {
        padding-bottom: 0
    }

    .splide__slide {
        width: 100%
    }

    .splide__arrows.is--mobile-center {
        display: none
    }

    .home-horizontal-scroll-wrap {
        padding-left: 20px;
        padding-right: 20px
    }

    .home-horizontal-scroll-wrap._2nd {
        margin-top: 0;
        padding-left: 20px;
        padding-right: 20px
    }

    .horizontal__scroll-item {
        height: 250px;
        min-height: 200px;
        padding-left: 0;
        padding-right: 0
    }

    .home-hero {
        height: 95vh
    }

    .home-hero-wrap {
        height: 100vh
    }

    .home-hero-bottom-text-wrap {
        align-items: center
    }

    .home-hero-bottom-text {
        width: 40%;
        font-size: 12px
    }

    .scroll-down-link-img {
        width: 100%;
        height: 100%;
        margin-top: -12px
    }

    .homepage__fulwidth-img-slider-1-arrow-icon {
        font-size: 18px
    }

    .homepage__second-img-slider {
        height: 250px
    }

    .homepage__3-link-blocks-grid {
        flex-direction: column;
        align-items: center;
        display: flex
    }

    .page-hero-img-wrapper.about {
        height: 350px;
        min-height: auto
    }

    .page-header-top-text {
        font-size: 50px
    }

    .site__wob-para {
        width: auto;
        margin-top: 40px;
        margin-right: 0;
        font-size: 13px;
        line-height: 18px
    }

    .residence-s1-p3-img-1-wrap {
        width: 100%;
        margin-right: 0;
        position: static
    }

    .apartment-second-row-left-img {
        height: 300px
    }

    .apartment-second-row-img-galarry-center-img-wrapper {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        position: static
    }

    .apartment-second-row-center-img {
        height: 300px
    }

    .amenities-s7 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .footer-address-text {
        line-height: 16px
    }

    .location-right-col {
        flex-direction: column;
        align-items: center;
        height: 210px;
        margin-top: 152px;
        padding-left: 0
    }

    .div-block-7.contact-list-div {
        margin-top: 0
    }

    .column-12 {
        flex-direction: row;
        justify-content: center;
        margin-top: 250px;
        padding-right: 0
    }

    .column-12.contact-list {
        margin-top: 200px
    }

    .footer-section {
        z-index: 99;
        display: block
    }

    .mobile-nav {
        justify-content: space-between;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
        position: relative
    }

    .mobile-nav-hamburger-wrapper {
        float: right;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        width: 30px;
        height: 30px;
        margin-top: 8px;
        display: flex
    }

    .mobile-nav-hamburger-wrapper:active {
        background-color: #0000
    }

    .hamburgerlines {
        background-color: #f9eee9;
        width: 30px;
        height: 1px;
        display: block
    }

    .hamburgerlines.hamburgerline-2 {
        transform: translateY(5px)
    }

    .scroll-down-link {
        width: 19%
    }

    .mobile-logo-1.w--current {
        display: none
    }

    .mobile-logo-1.mobile-logo.w--current {
        width: auto;
        display: block
    }

    .mobile-nav-screen-content-wrapper {
        z-index: 60;
        flex-direction: column;
        justify-content: center;
        width: 100vw;
        height: 100vh;
        display: none;
        position: absolute;
        inset: 0%
    }

    .mobile-nav-content-wrapper {
        flex-direction: column;
        justify-content: center;
        height: 500px;
        display: flex
    }

    .mobile-nav-link-block {
        width: 100%;
        height: 26px;
        margin-bottom: 5px;
        padding-left: 20px;
        padding-right: 20px;
        text-decoration: none;
        position: relative;
        overflow: hidden
    }

    .mobile-nav-link-text {
        color: #fff;
        text-transform: capitalize;
         font-family: 'Montserrat', sans-serif;
        font-size: 24px;
        font-weight: 300;
        text-decoration: none;
        position: absolute;
        top: 30px
    }

    .mobile-nav-screen-wrapper {
        z-index: 50;
        background-color: #121212;
        flex-direction: column;
        justify-content: center;
        width: 100vw;
        height: 100vh;
        display: none;
        position: absolute;
        inset: 0%
    }

    .desktop-nav-screen,.desktop-nav-content-wrapper {
        display: none
    }

    .desktop-cross-1,.desktop-cross-2 {
        background-color: #f9eee9;
        width: 30px;
        height: 1px;
        display: block
    }

    .home-hero-heading-wrap {
        margin-top: -130px
    }

    .column-44 {
        padding-left: 0;
        padding-right: 0
    }

    .image-15 {
        height: 300px;
        padding-left: 20px;
        padding-right: 20px
    }

    .image-14-copy-copy {
        height: 250px
    }

    .columns-5 {
        margin-top: 0
    }

    .image-19 {
        width: 80px
    }

    .column-50 {
        padding-left: 0;
        padding-right: 0
    }

    .column-51 {
        padding-left: 20px;
        padding-right: 20px
    }

    .footer-logo {
        width: 120px
    }

    .image-13-copy {
        margin-bottom: 20px
    }

    .features-splide.slider1.pill {
        margin-left: -145px
    }

    .features-slider {
        margin-bottom: 0
    }

    .features_slider_img,.features_slider_title,.features_slider_subtitle {
        width: 100%
    }

    .heading-5 {
        font-size: 30px
    }

    .heading-5.pointer-events-none {
        font-size: 34px
    }

    .hero-section-heading-text {
        font-size: 35px;
        line-height: 29px
    }

    .hero-section-heading-wrap {
        width: 305px;
        height: 39px
    }

    .logo-splash {
        display: flex
    }

    .logo-splash-img {
        width: 100%
    }

    .page-header-top-text-wrap {
        height: 100px;
        top: -41px
    }

    .grid-6 {
        grid-template-rows: auto auto auto auto auto;
        grid-template-columns: 1fr;
        /* grid-auto-flow: column; */
        grid-row-gap: 25px;
    }

    .grid-6.mall-s1-grid,.grid-6.home-s2-p1-grid {
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr 1fr
    }

    .homepage-heading-line-numbers-wrap {
        margin-bottom: 2px;
    }

    .homepage-heading-line-numbers-wrap.hide {
        display: none
    }

    .text-block-19 {
        margin-top: 0;
        font-size: 13px;
        line-height: 23px;
    }

    .html-embed,.html-embed-2 {
        display: none
    }

    .homepage-line-text-wrap-copy._1 {
        margin-top: 0
    }

    .homepage-line-text-wrap-copy._1.homepage {
        margin-top: 40px;
        margin-bottom: 0
    }

    .tower-spec-headline {
        margin-top: 40px;
        font-size: 40px;
        line-height: 44px;
        inset: auto auto -150px 0%
    }

    .div-block-11 {
        flex-direction: column;
        height: auto;
        padding-top: 0
    }

    .div-block-11._1 {
        padding-top: 0
    }

    .div-block-11._2 {
        padding-bottom: 0
    }

    .amenities-s3,.amenities-s4 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .spec-small-text-feature-page {
        width: auto;
        font-size: 13px;
        line-height: 20px
    }

    .homepage-line-text-wrap-copy {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .project-s5 {
        padding-bottom: 60px
    }

    .project-s5-p1-img {
        width: 100%;
        height: 400px;
        padding-left: 0;
        padding-right: 0;
        position: static
    }

    .project-s5-p1 {
        min-height: auto;
        padding-top: 60px
    }

    .project-s5-p2-img {
        height: 250px
    }

    .project-s5-p2 {
        padding-top: 0
    }

    .tower-3-floorplan-slider {
        background-color: #fff;
        height: auto;
        margin-top: 100px;
        margin-bottom: 0;
        position: relative;
        top: 0
    }

    .tower-1-floorplan-slider-mask,.tower-1-floorplan-slide-cols {
        height: auto
    }

    .tower-1-floorplan-slide-left-col {
        height: auto;
        padding: 60px 20px 20px
    }

    .tower-1-floorplan-slide-right-col {
        height: auto;
        min-height: auto;
        padding-bottom: 60px;
        display: block
    }

    .image-29 {
        display: none
    }

    .image-30 {
        width: 100%
    }

    .tower-floor-plan-slider-left-arrow {
        width: 50px;
        height: 50px;
        inset: -25% auto 0% 6px
    }

    .tower-floor-plan-slider-left-arrow-icon {
        width: 45px;
        height: 45px;
        font-size: 18px
    }

    .tower-floor-plan-slider-right-arrow {
        width: 50px;
        height: 50px;
        top: -25%;
        bottom: 0%;
        right: 6px
    }

    .tower-floor-plan-slider-right-arrow-icon {
        width: 45px;
        height: 45px;
        font-size: 18px
    }

    .text-block-19-copy {
        margin-top: 10px
    }

    .apartment-second-row-right-img-copy {
        width: 100%;
        height: 300px
    }

    .list {
        padding-left: 20px
    }

    .featurepage-specs-title {
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 36px
    }

    .column-72 {
        padding-left: 20px;
        padding-right: 20px
    }

    .parallax-img-wrap {
        height: 250px
    }

    .homepage-line-text-wrap-copy {
        margin-bottom: 100px
    }

    .homepage-shopping-mall-section-text-wrap {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .amenities-s1-p1-img {
        height: 250px
    }

    .site__wob-para-2 {
        width: auto;
        margin-top: 40px;
        margin-right: 0;
        font-size: 13px;
        line-height: 18px
    }

    .button-dark {
        padding: 15px 30px;
        font-size: 14px
    }

    .project-s3 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .heading-white {
        line-height: 1.1
    }

    .heading-white.center-align {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .paragraph-white {
        width: auto;
        margin-top: 40px;
        font-size: 13px;
        line-height: 21px
    }

    .paragraph-white.home-s4-p3,.paragraph-white.project-s3-para,.paragraph-white.amenities-s3-subtitle,.paragraph-white.amenities-s7-para {
        margin-top: 20px
    }

    .paragraph-white.amenities-s5-p4-para {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .paragraph-white.team-s2-para,.paragraph-white.team-s2a-para {
        margin-top: 20px
    }

    .project-s3-img {
        min-height: 250px
    }

    .paragraph-dark {
        width: auto;
        line-height: 21px
    }

    .paragraph-dark.center.margin-top.left-align.sustain-s2-p1-para,.paragraph-dark.center.home-s4-p1-para,.paragraph-dark.center.home-s4-p4-para {
        margin-top: 20px
    }

    .paragraph-dark.home-s2-p1-para {
        margin-bottom: 10px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 29px;
        font-size: 14px;
    }

    .paragraph-dark.margin-top.center,.paragraph-dark.designpage-s2-para,.paragraph-dark.amenities-s1-p1-para,.paragraph-dark.amenities-s4-subtitle {
        margin-top: 20px
    }

    .paragraph-dark.mall-s1-para,.paragraph-dark.amenities-s5-p2-para {
        margin-top: 0
    }

    .paragraph-dark.residences-s1-p1-para {
        width: 100%;
        margin-top: 0
    }

    .paragraph-dark.residences-s6-p2-para {
        margin-top: 0
    }

    .paragraph-dark.floor-plan-desc {
        width: auto
    }

    .paragraph-dark.amenities-s5-p3-para {
        width: 100%
    }

    .heading-dark.center.amenities-s6-p2-big-text {
        width: auto
    }

    .heading-dark.contact-section {
        font-size: 18px
    }

    .heading-dark.residence-s1-p1-heading,.heading-dark.sustain-s2-p2-heading {
        width: 100%
    }

    .team-section-2,.team-section-2-a {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .general-4-col-grid.margin-top.team-s2-grid {
        grid-template-columns: 1fr;
        margin-top: 60px
    }

    .grid-item-wrap.flex-vertical {
        flex-direction: column
    }

    .grid-item-wrap.flex-vertical.vertical {
        min-height: auto
    }

    .grid-item-wrap.hide {
        display: none
    }

    .tower-skeleton-img {
        margin-top: 20px;
        display: none
    }

    .home-s2-p1,.home-s4-p1 {
        padding-top: 0px;
        padding-bottom: 60px
    }

    .home-s4-p2 {
        padding-bottom: 60px
    }

    .home-s4-p4 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .heading-2-dark.home-s2-p1-heading {
        margin-bottom: -15px;
        font-size: 20px;
    }

    .location-section-list {
        margin-top: 20px
    }

    .designpage-s2-img {
        min-height: 350px
    }

    ._2-col-grid {
        grid-column-gap: 50px;
        grid-template-columns: 1fr
    }

    ._2-col-grid.amenities-s5-p2-grid {
        grid-column-gap: 50px;
        grid-row-gap: 20px;
        grid-template-columns: 1.25fr
    }

    ._2-col-grid.sustain-s1-grid {
        grid-column-gap: 50px;
        grid-row-gap: 40px;
        grid-template-columns: 1fr;
        margin-top: 40px
    }

    ._2-col-grid.project-s2-grid,._2-col-grid.project-s3-grid {
        grid-column-gap: 50px;
        grid-row-gap: 40px
    }

    ._2-col-grid.amenities-s1-p1-grid {
        margin-top: 40px
    }

    ._2-col-grid.amenities-s7-grid {
        grid-column-gap: 50px;
        grid-row-gap: 40px;
        grid-template-columns: 1fr
    }

    ._2-col-grid.floorplan-towers-grid {
        box-sizing: border-box;
        grid-row-gap: 50px;
        object-fit: fill;
        grid-template-columns: .75fr .75fr;
        grid-auto-flow: row
    }

    ._2-col-grid.home-s2-p1-grid-2,._2-col-grid.team-s2-grid {
        grid-column-gap: 50px;
        grid-row-gap: 40px
    }

    ._2-col-grid.projects-s4-grid {
        margin-top: 40px
    }

    .amenities-s1-p1,.amenities-s1-p2 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .amenities-s1-p2-grid {
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: column
    }

    .amenities-s1-p2-stats-wrap {
        margin-top: 40px
    }

    .amenities-s3-grid {
        grid-template-rows: auto;
        grid-template-columns: 1fr
    }

    .amenities-s4-grid {
        grid-template-rows: auto auto auto auto auto auto auto;
        grid-template-columns: 1fr;
        margin-top: 40px
    }

    .amenities-s4-img-grid {
        margin-top: 40px
    }

    .amenities-s5-p2,.amenities-s5-p3-texts {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .amenities-s5-p3-specs {
        grid-column-gap: 16px;
        grid-row-gap: 25px;
        grid-template-rows: auto auto auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: column;
        margin-top: 40px
    }

    .amenities-s5-p4-texts-wrap {
        margin-bottom: 20px
    }

    .residences-s1 {
        padding-top: 60px
    }

    .residences-s1-p1 {
        margin-bottom: 20px
    }

    .residences-s1-p2,.residences-s1-p2-1 {
        padding-bottom: 0
    }

    .residences-s1-p3-2 {
        margin-top: 20px;
        padding-bottom: 0
    }

    .residence-s1-p2-img-1-wrap {
        width: 100%;
        margin-right: 0
    }

    .residence-s1-p2-img-2-wrap {
        object-fit: cover;
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
        position: static;
        top: 116%
    }

    .residence-s1-p2-img-1 {
        object-fit: cover;
        width: 100%;
        height: 300px
    }

    .residence-s1-p2-img-2 {
        height: 300px
    }

    .residense-s1-p3-img-3-wrap {
        width: 100%;
        margin-left: 0
    }

    .residences-s3 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    ._4-col-grid.residences-s3-grid,._4-col-grid.residences-s5-grid {
        margin-top: 20px
    }

    .residences-s5,.residences-s6-p2-content {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .location-s1 {
        padding-bottom: 0
    }

    .location-s1-heading-2 {
        padding-top: 100px;
        padding-bottom: 40px
    }

    .floorplan-s1 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        background-color: #e9e5e3;
        grid-template-rows: auto auto;
        grid-template-columns: .75fr .75fr;
        grid-auto-columns: 1fr;
        width: auto;
        padding-top: 60px;
        padding-bottom: 60px;
        display: block
    }

    .tower-1-spec-wrap {
        background-color: #0000;
        width: auto;
        min-width: auto;
        overflow: hidden
    }

    .tower-2-spec-wrap {
        background-color: #0000;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .tower-3-spec-wrap {
        background-color: #0000;
        margin-top: 0
    }

    .tower-img {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        display: block;
        position: static
    }

    .mall-s1,.mall-s2-p1 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .mall-s3 {
        padding-bottom: 60px
    }

    .sustain-s1,.sustain-s2-p1,.sustain-s2-p2 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .sustain-s2-p2-grid {
        grid-column-gap: 16px;
        grid-row-gap: 30px;
        grid-template-rows: auto auto auto auto auto;
        grid-template-columns: 1fr;
        margin-top: 40px
    }

    .contact-s2 {
        padding-bottom: 60px
    }

    .home-s4 {
        padding-bottom: 0
    }

    .home-s6 {
        background-image: none
    }

    .home-s8 {
        padding-top: 150px;
        padding-bottom: 60px
    }

    .location-section,.cta-links-section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .home-s8-grid {
        grid-template-rows: auto auto auto auto auto;
        grid-template-columns: 1fr;
        grid-auto-flow: column
    }

    .amenities-s5-new {
        padding-top: 60px;
        padding-bottom: 100px
    }

    .amenities-s6-p1-heading {
        top: -13px
    }

    .amenities-s6-p2 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .btn-wrap {
        margin-top: 40px
    }

    .list-item-3.last-list-item {
        margin-bottom: 0
    }

    .column-78 {
        height: auto
    }

    .column-79 {
        padding-left: 0;
        padding-right: 0
    }

    .image-14-aa._1212 {
        margin-top: 0
    }

    .image-14-copy-copy32423 {
        height: 250px
    }

    .mobile-menu-other-wrap {
        margin-top: 40px;
        padding-left: 20px;
        padding-right: 20px
    }

    .mobile-menu-other-1 {
        flex-direction: column;
        display: flex
    }

    .mobile-menu-other-1.second {
        margin-top: 30px
    }

    .mobile-menu-link {
        opacity: 0;
        color: #fff;
         font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.1;
        text-decoration: none;
        display: inline-block
    }

    .mobile-menu-link.phone,.mobile-menu-link.brochure {
        margin-bottom: 10px
    }

    .residences-s1-p1-a {
        margin-bottom: 60px
    }

    .residences-s1-p1-a-grid {
        grid-column-gap: 50px;
        grid-row-gap: 20px;
        grid-template-columns: 1fr
    }

    .footer-social-apps-wrap {
        margin-top: 40px
    }

    .social-app-link-block {
        margin-left: 10px;
        margin-right: 10px
    }

    .the-mall-icon {
        width: 85%
    }

    .team-s2-img {
        height: 250px
    }

    .project-s4-a {
        padding-bottom: 60px
    }

    .project-s4-list {
        margin-top: 20px;
        margin-bottom: 0
    }

    .contact-s1-phone-link {
        font-size: 40px
    }

    .floor-plan-modal-wrap {
        padding-left: 20px;
        padding-right: 20px
    }

    .floor-plan-modal {
        width: 100%;
        padding-bottom: 0
    }

    .floor-plan-input {
        font-size: 16px
    }

    .floor-plan-cross {
        display: block
    }

    .home-s2-anchor {
        top: -65px
    }

    .slide-img {
        height: 450px
    }

    .floating-social-link-img.phone,.floating-social-link-img.whatsapp,.floating-social-link-img.messenger {
        cursor: pointer
    }

    .residences-s6-p2-modern-grid {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr;
        margin-top: 60px
    }

    .residences-s6-p2-modern-lightbox,.residences-s6-p2-classic-lightbox-2 {
        height: 300px
    }

    .residences-s6-p2-classic-grid {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr;
        margin-top: 60px
    }

    .floorplan-down-btn-wrap {
        margin-top: 40px
    }

    .container-privacy-policy,.brochure-modal-wrap {
        padding-left: 20px;
        padding-right: 20px
    }

    .brochure-modal {
        width: 100%
    }

    .brochure-input {
        font-size: 16px
    }

    .campaign-form-wrap {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px
    }

    .campaign-input {
        font-size: 16px
    }

    .campaign-contact-form-grid {
        margin-top: 0
    }

    .rajuk-approval-no-text {
        top: -101px
    }

    .image-107 {
        width: 200px
    }

    .package-names {
        flex: 1;
        font-size: 16px;
        line-height: 1.1
    }

    .common-feature-heading {
        font-size: 22px;
        line-height: 1.1
    }

    .common-feature-heading-99 {
        font-size: 18px;
        line-height: 1.1
    }

    .contact-us-card-img-wrap {
        height: 250px
    }

    .contact-us-heading-wrap {
        padding: 20px
    }

    .contact-us-h1 {
        font-size: 28px
    }

    .heading-6 {
        font-size: 12px
    }

    .contact-us-social-media-item {
        padding-left: 20px;
        padding-right: 20px
    }

    .contact-us-item-title {
        font-size: 18px
    }

    .contact-us-item-subtitle {
        font-size: 12px
    }

    .popup-video-tab {
        display: none
    }

    .popup-video-mobile {
        display: block
    }

    .logo-splash-img-2 {
        width: 100px
    }

    .career-open-positions {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .job-board-wrapper {
        grid-template-columns: 1fr
    }

    .popup-cross-2 {
        transform: translateY(3.5vw)rotate(45deg)
    }

    .popup-title {
        font-size: 5vw
    }

    .popup-cross-1 {
        transform: translateY(3.5vw)rotate(-45deg)
    }
}

#w-node-_8a689ce4-46ac-eb33-8888-2a93c7b2d9f5-71e486f2,#w-node-_3e0d9d79-45b0-622c-fa9a-92ba43d5e0fb-71e486f2,#w-node-afeec7d6-e4ec-e42a-5301-810707ced759-71e486f2,#w-node-_1b24f723-613b-67c2-b5e1-7dbad13829fa-71e486f2,#w-node-_48facce4-52d7-844b-5186-b2f39ae67558-71e486f2,#w-node-_91655f4a-c591-11cf-8a67-3494091a3e46-71e486f2,#w-node-d5ebb125-3f8a-ac8b-c9aa-29320a68d1e7-0a68d1df {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_43f3ec92-15ce-0d26-5a5e-a806cde158ba-a3d0c382,#w-node-_43f3ec92-15ce-0d26-5a5e-a806cde158bc-a3d0c382,#w-node-_43f3ec92-15ce-0d26-5a5e-a806cde158be-a3d0c382,#w-node-a8d29744-1bcf-241c-909f-a484f603ed0d-e2e4870e,#w-node-a8d29744-1bcf-241c-909f-a484f603ed0f-e2e4870e,#w-node-a8d29744-1bcf-241c-909f-a484f603ed11-e2e4870e {
    grid-area: span 1/span 2/span 1/span 2
}

#w-node-_36ba8f04-b8e0-530f-256e-199e2d187a6f-e2e4870e,#w-node-_43a3cad5-045b-0edc-033a-80a22f4388a7-e2e4870e,#w-node-_84f3de73-908e-d8ad-f2ca-61bd9cc32303-e2e4870e,#w-node-_84f3de73-908e-d8ad-f2ca-61bd9cc32301-e2e4870e,#w-node-ff30063f-5389-1e95-1b34-72f34c58a32b-e2e4870e,#w-node-ff30063f-5389-1e95-1b34-72f34c58a32d-e2e4870e,#w-node-e7c69853-879d-2156-d9d3-cd7ad56d6a6c-cee486f5,#w-node-_54e7a7e7-a5ef-36e8-7c07-84ebf9340e8e-cee486f5 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_117df282-358a-a532-667a-5dbb2d65d5dc-2d65d5d0,#w-node-_117df282-358a-a532-667a-5dbb2d65d5de-2d65d5d0,#w-node-_6990f23e-1d11-ecf8-db12-ec44980db16e-2d65d5d0,#w-node-_117df282-358a-a532-667a-5dbb2d65d5e0-2d65d5d0,#w-node-_14453030-bc05-ee02-6e6f-5d0b7fbc3456-a4e486f3,#w-node-_62df05bd-edfb-b2dc-589e-cf1612d71e4d-a4e486f3,#w-node-ccc48fd2-7f04-e45e-c607-107e91c3a67e-a4e486f3,#w-node-d93660da-10f1-2244-46dd-95430a6d776c-a4e486f3 {
    grid-area: span 1/span 2/span 1/span 2
}

#w-node-e5860280-c7cf-07da-cf08-cfe5108f73a6-72e4871a,#w-node-b2c39640-504d-62cc-8123-214eb176e481-72e4871a {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-f2882ced-3a90-32e2-2b50-d0ce109a1186-5ce486f6,#w-node-f2882ced-3a90-32e2-2b50-d0ce109a1188-5ce486f6,#w-node-f2882ced-3a90-32e2-2b50-d0ce109a118a-5ce486f6 {
    grid-area: span 1/span 2/span 1/span 2
}

#w-node-_9b61e82e-a904-6456-1445-ecc01578e910-17e48718,#w-node-_205060ba-cabc-779f-27e1-0f28f5ad711e-17e48718,#w-node-df671b3c-9717-5be1-a509-f42dd5d90fe8-ace48716,#w-node-c8d65761-f30d-7d87-a699-380e0fb6378d-ace48716,#w-node-_076ca435-9599-e452-fe4e-bf5b372b90a4-ace48716,#w-node-_076ca435-9599-e452-fe4e-bf5b372b90a8-ace48716,#w-node-_076ca435-9599-e452-fe4e-bf5b372b90ac-ace48716,#w-node-bbad483d-0d8a-5e0d-e3ff-643f85074aa0-ace48716,#w-node-_076ca435-9599-e452-fe4e-bf5b372b909b-ace48716,#w-node-_076ca435-9599-e452-fe4e-bf5b372b90a0-ace48716,#w-node-_78be55c3-47fc-5219-7e49-7dea79cfaa9f-ace48716,#w-node-a0fb3c05-a34b-2adc-7dbf-b702f36c711c-ace48716,#w-node-b2029a5c-a2ce-7c6a-3270-2704ca4536b9-ace48716,#w-node-c7fd6e44-c919-c305-1e6a-e04ace10da87-ace48716,#w-node-_054fc80b-7572-9dc3-7b59-93d91ae8da9f-ace48716,#w-node-_9506bd75-a915-0535-e72c-84a5e66bd2f4-ace48716,#w-node-c2966c9a-926e-004b-dc54-cf2542ddfd5e-ace48716,#w-node-fa69a758-2868-5c98-d6cc-767aa9ce2054-ace48716,#w-node-_4631146b-1b2a-08a3-3717-fe1b4937ae0f-ace48716,#w-node-_213b9cc1-8788-c272-f2f4-2a006d05b356-ace48716,#w-node-_21d49606-765c-d163-2379-8c3567d03fdd-ace48716,#w-node-df1a8855-cebd-3772-53aa-43fbabbce2f2-ace48716,#w-node-b23d9260-1759-29f9-ee2a-363d1e53e8a7-ace48716,#w-node-c1e4ed3a-f9fa-c284-25f4-91703e3e3217-cae486a1,#w-node-ab95975e-a37a-1c1c-72ae-84dc9a964f73-cae486a1,#w-node-_652f1c2e-bf9f-7a0e-6482-16fac8256dce-cae486a1,#w-node-_7614eb64-e140-9170-99bb-e2fe6fda0e6c-cae486a1,#w-node-d476d770-13d8-13ed-bdec-c5adcda5c21d-bde4871b,#w-node-_2776b52f-599d-906b-b6c3-fe628c3ca2c6-bde4871b,#w-node-_5b1b4f57-5e50-85af-f78b-fcad19486e13-bde4871b,#w-node-dde1fcdc-2ae1-00f1-6dfc-4a41c0455cd2-bde4871b,#w-node-be3968fc-5d7b-085a-35ee-278c9558fb60-bde4871b,#w-node-be3968fc-5d7b-085a-35ee-278c9558fb63-bde4871b,#w-node-bf803644-3427-d59b-6fa5-e666f05eb8fc-bde4871b,#w-node-bf803644-3427-d59b-6fa5-e666f05eb901-bde4871b,#w-node-_651d766d-0915-22e0-2389-8609eca9a8d1-bde4871b,#w-node-_9fa9ee0b-c9d5-94da-7f52-34223874b483-bde4871b {
    grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_6e9d952c-62fe-36a6-3363-7c86c790476f-d2159e39,#w-node-_6e9d952c-62fe-36a6-3363-7c86c7904771-d2159e39,#w-node-_6e9d952c-62fe-36a6-3363-7c86c7904773-d2159e39,#w-node-_6e9d952c-62fe-36a6-3363-7c86c7904775-d2159e39 {
    grid-area: span 1/span 2/span 1/span 2
}

#w-node-_3c504346-7bb2-d7b7-b5ba-bee7598b3174-598b3174 {
    grid-area: span 1/span 1/span 1/span 1
}

@media screen and (max-width: 767px) {
    #w-node-_48facce4-52d7-844b-5186-b2f39ae67558-71e486f2 {
        grid-area:span 1/span 1/span 1/span 1
    }

    #w-node-_84f3de73-908e-d8ad-f2ca-61bd9cc32303-e2e4870e {
        order: 9999
    }

    #w-node-_84f3de73-908e-d8ad-f2ca-61bd9cc32301-e2e4870e {
        grid-area: span 1/span 1/span 1/span 1
    }
}

@media screen and (max-width: 479px) {
    #w-node-_43f3ec92-15ce-0d26-5a5e-a806cde158ba-a3d0c382,#w-node-_43f3ec92-15ce-0d26-5a5e-a806cde158bc-a3d0c382,#w-node-a8d29744-1bcf-241c-909f-a484f603ed0d-e2e4870e,#w-node-a8d29744-1bcf-241c-909f-a484f603ed0f-e2e4870e {
        grid-area:span 1/span 2/span 1/span 2
    }

    #w-node-_43a3cad5-045b-0edc-033a-80a22f4388a7-e2e4870e,#w-node-_54e7a7e7-a5ef-36e8-7c07-84ebf9340e8e-cee486f5 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_117df282-358a-a532-667a-5dbb2d65d5dc-2d65d5d0,#w-node-_117df282-358a-a532-667a-5dbb2d65d5de-2d65d5d0,#w-node-_6990f23e-1d11-ecf8-db12-ec44980db16e-2d65d5d0,#w-node-_14453030-bc05-ee02-6e6f-5d0b7fbc3456-a4e486f3,#w-node-_62df05bd-edfb-b2dc-589e-cf1612d71e4d-a4e486f3,#w-node-ccc48fd2-7f04-e45e-c607-107e91c3a67e-a4e486f3,#w-node-d93660da-10f1-2244-46dd-95430a6d776c-a4e486f3,#w-node-f2882ced-3a90-32e2-2b50-d0ce109a1186-5ce486f6,#w-node-f2882ced-3a90-32e2-2b50-d0ce109a1188-5ce486f6 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_2776b52f-599d-906b-b6c3-fe628c3ca2c6-bde4871b,#w-node-_9fa9ee0b-c9d5-94da-7f52-34223874b483-bde4871b {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_6e9d952c-62fe-36a6-3363-7c86c790476f-d2159e39,#w-node-_6e9d952c-62fe-36a6-3363-7c86c7904771-d2159e39,#w-node-_6e9d952c-62fe-36a6-3363-7c86c7904773-d2159e39 {
        grid-area: span 1/span 2/span 1/span 2
    }
}




body.menu-open {
    overflow: hidden;
}





        .navbares {
            position: fixed !important;
            top: 0;
            left: 0;
            width: 100%;
            height: 90px;
            background: linear-gradient(rgba(0, 0, 0, 0.13) 0%, rgba(15, 15, 15, 0.11) 24%, rgba(84, 84, 84, 0) 100%) 0% 0% no-repeat padding-box padding-box transparent;
            /* background: transparent; */
            border-bottom: 1px solid #00000014;
            z-index: 14;
            transition:
                background-color 0.4s ease,
                border-color 0.4s ease,
                box-shadow 0.4s ease;
        }


        /* =========================================
           NAVBAR AFTER SCROLL
        ========================================= */

        .navbares.scrolled {

            background: #ffffff;

            border-bottom-color: rgba(0, 0, 0, 0.08);

            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
        }


        /* =========================================
           NAVBAR INNER
        ========================================= */

        .navbar-inner {/* width: 92%; *//* max-width: 1500px; */height: 100%;margin: auto;display: flex;align-items: center;justify-content: space-between;}


        /* =========================================
           LOGO
        ========================================= */

        .navbar-logo {width: 160px;object-fit: contain;/* display: block; *//* flex-shrink: 0; *//* position: relative; */z-index: 10002;}


        .navbar-logo img {width: 100%;height: auto;display: block;}


        /* =========================================
           DESKTOP NAVIGATION
        ========================================= */

        .navbar-links {display: flex;align-items: center;gap: clamp(25px, 3vw, 30px);}


        .navbar-links a {position: relative;color: #ffffff;text-decoration: none;font-size: 13px;font-weight: 510;letter-spacing: 0.5px;text-transform: uppercase;white-space: nowrap;transition: color 0.4s ease;}


        /* =========================================
           NAV TEXT AFTER SCROLL
        ========================================= */

        .navbar.scrolled .navbar-links a {

            color: #111;
        }


        /* =========================================
           DESKTOP UNDERLINE
        ========================================= */

        .navbar-links a:not(.enquire-btn)::after {

            content: "";

            position: absolute;

            left: 0;

            bottom: -8px;

            width: 0;

            height: 1px;

            background: currentColor;

            transition: width 0.35s ease;
        }


        .navbar-links a:not(.enquire-btn):hover::after {

            width: 100%;
        }


        /* =========================================
           ENQUIRE BUTTON
        ========================================= */

        .enquire-btn {

            display: flex !important;

            align-items: center;

            gap: 18px;

            padding: 14px 22px;

            border: 1px solid #fff;

            transition:
                background 0.4s ease,
                color 0.4s ease,
                border-color 0.4s ease !important;
        }


        .navbar.scrolled .enquire-btn {

            border-color: #111;

            color: #111;
        }


        .enquire-btn span {

            font-size: 18px;

            transition: transform 0.35s ease;
        }


        .enquire-btn:hover {

            background: #111;

            color: #fff !important;

            border-color: #111;
        }


        .enquire-btn:hover span {

            transform: translate(4px, -4px);
        }


        /* =========================================
           HAMBURGER
        ========================================= */

        .navbar-toggle {

            display: none;

            width: 45px;

            height: 45px;

            border: none;

            background: transparent;

            cursor: pointer;

            align-items: center;

            justify-content: center;

            flex-direction: column;

            gap: 6px;

            padding: 0;

            position: relative;

            z-index: 10002;
        }


        .navbar-toggle span {
                width: 26px;
                height: 1.5px;
                background: #ffffff;
                display: block;
                transition:
                background 0.4s ease,
                transform 0.4s ease,
                opacity 0.4s ease;
                }


        /* HAMBURGER AFTER SCROLL */

        .navbar.scrolled .navbar-toggle span {

            background: #111;
        }


        /* =========================================
           MOBILE SIDE MENU
        ========================================= */

        .mobile-navigation {

            display: none;
        }


        /* =========================================
           TABLET + MOBILE
        ========================================= */

        @media (max-width: 991px) {

            .navbar-links {

                display: none;
            }


            .navbar-toggle {

                display: flex;
            }


            /* =====================================
               SIDE MENU
            ===================================== */

            .mobile-navigation {display: flex;flex-direction: column;position: fixed;top: 0;left: 0;width: min(85%, 390px);height: 100vh;background: #6f629e;padding: 110px 35px 35px;overflow-y: auto;box-shadow:
                    15px 0 50px rgba(0, 0, 0, 0.10);transform: translateX(-100%);opacity: 0;visibility: hidden;transition:
                    transform 0.65s cubic-bezier(.77, 0, .18, 1),
                    opacity 0.3s ease,
                    visibility 0.65s ease;z-index: 10001;}


            /* OPEN */

            .mobile-navigation.active {

                transform: translateX(0);

                opacity: 1;

                visibility: visible;
            }


            /* =====================================
               MOBILE LINKS
            ===================================== */

            .mobile-navigation a {

                display: flex;

                align-items: center;

                justify-content: space-between;

                width: 100%;

                padding: 20px 0;

                color: #111;

                text-decoration: none;

                font-size: 15px;

                font-weight: 500;

                letter-spacing: 1.5px;

                text-transform: uppercase;

                border-bottom:
                    1px solid rgba(0, 0, 0, 0.10);

                transform: translateX(-30px);

                opacity: 0;

                transition:
                    transform 0.5s ease,
                    opacity 0.5s ease;
            }


            /* LINK ANIMATION */

            .mobile-navigation.active a {transform: translateX(0);opacity: 1;letter-spacing: 0.2px;color: #ffffff;}


            .mobile-navigation.active a:nth-child(1) {
                transition-delay: 0.15s;
            }

            .mobile-navigation.active a:nth-child(2) {
                transition-delay: 0.20s;
            }

            .mobile-navigation.active a:nth-child(3) {
                transition-delay: 0.25s;
            }

            .mobile-navigation.active a:nth-child(4) {
                transition-delay: 0.30s;
            }

            .mobile-navigation.active a:nth-child(5) {
                transition-delay: 0.35s;
            }


            /* =====================================
               NUMBER
            ===================================== */

            .mobile-navigation a span:first-child {/* font-size: 10px; *//* opacity: 0.45; */margin-right: 20px;}


            /* =====================================
               MOBILE ENQUIRE
            ===================================== */

            .mobile-navigation .mobile-enquire {

                margin-top: 25px;

                padding: 17px 20px;

                background: #111;

                color: #fff;

                border: none;

                justify-content: space-between;
            }


            /* =====================================
               HAMBURGER ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ X
            ===================================== */

            .navbar-toggle.active span:nth-child(1) {

                transform:
                    translateY(7.5px)
                    rotate(45deg);
            }


            .navbar-toggle.active span:nth-child(2) {

                opacity: 0;
            }


            .navbar-toggle.active span:nth-child(3) {

                transform:
                    translateY(-7.5px)
                    rotate(-45deg);
            }

        }


        /* =========================================
           LAPTOP
        ========================================= */

        @media (max-width: 1399px) {

            .navbar {

                height: 85px;
            }

            .navbar-links {

                gap: 30px;
            }

        }


        /* =========================================
           TABLET
        ========================================= */

        @media (max-width: 991px) {

            .navbar {

                height: 76px;
            }

            .navbar-logo {

                width: 140px;
            }

        }


        /* =========================================
           MOBILE
        ========================================= */

        @media (max-width: 767px) {

            .navbar {

                height: 70px;
            }

            .navbar-inner {width: 100%;}

            .navbar-logo {

                width: 125px;
            }

            .mobile-navigation {

                width: 88%;

                padding:
                    95px
                    28px
                    30px;
            }

        }


        /* =========================================
           SMALL MOBILE
        ========================================= */

        @media (max-width: 575px) {

            .navbar {height: 66px;background: white;}

            .navbar-logo {width: 130px;object-fit: contain;}

            .navbar-toggle {width: 42px;height: 42px;}

            .navbar-toggle span {

                width: 24px;
            }

            .mobile-navigation {
                    width: 90%;
                    padding: 120px
                    22px
                    25px;
                    }

            .mobile-navigation a {

                font-size: 14px;

                padding: 17px 0;
            }

        }


        /* =========================================
           VERY SMALL MOBILE
        ========================================= */

        @media (max-width: 375px) {

            .navbar-logo {width: 160px;}

            .mobile-navigation {

                width: 92%;

                padding-left: 20px;

                padding-right: 20px;
            }

        }


      

  .intro-section {
            height: 100vh;

            display: flex;
            align-items: center;
            justify-content: center;

            background: #111;
            color: #fff;

            text-align: center;
        }

        .intro-section h1 {
            font-size: clamp(40px, 7vw, 100px);
            font-weight: 400;
            letter-spacing: 2px;
        }




        .curve-scroll-section {
            position: relative;
            width: 100%;
            height: 100vh;
            background: #ffffff;
        }


        /* ==============================
           IMAGE
        ============================== */

        .curve-scroll-image {
            position: absolute;
            top: 5vh;
            left: 50%;
            width: 80%;
            height: 95vh !important;
            transform: translateX(-50%) scale(0.90);
            overflow: hidden;
            border-radius:
                0 0
                50% 50%
                /
                0 0
                18% 18%;
            will-change:
                width,
                height,
                transform,
                border-radius;
            z-index: 5;
        }


        .curve-scroll-image img {
            width: 100%;
            height: 100%;
            /* object-fit: cover; */
            /* display: block; */
        }


        /* ==============================
           DARK OVERLAY
        ============================== */

        .curve-scroll-image::after {
            content: "";
            position: absolute;
            inset: 0;
            /* background: rgb(0 0 0 / 35%); */
            pointer-events: none;
        }


        /* ==============================
           LEFT + RIGHT TEXT
        ============================== */

        .curve-side-content {
            position: absolute;
            top: 20%;
            transform: translateY(-50%);
            width: 100%;
            /* align-items: self-end; */
            display: flex;
            /* align-items: end; */
            justify-content: space-around;
            padding: 0 0%;
            z-index: 10;
            pointer-events: none;
            opacity: 0;
            transition:
                opacity 0.6s ease,
                transform 0.6s ease;
        }


        .curve-side-content.show {
            opacity: 1;
        }


        /* LEFT */

        .curve-left-content {
            text-align: inherit;
            color: white;
            /* margin-left: 100px; */
            /* margin-top: 90px; */
        }


        /* RIGHT */

        .curve-right-content {
            text-align: right;
            /* margin-top: 80px; */
        }


        /* TEXT */

        .curve-side-title {
            font-size: 30px;
            word-spacing: 5px;
            line-height: 49px;
            letter-spacing: 2px;
            color: #ffffff;
            margin-bottom: 18px;
            /* font-weight: 600; */
        }


        .curve-side-list {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }


        .curve-side-list li {
            font-size: 15px;
            line-height: 29px;
            letter-spacing: 0.5px;
            color: #ffffff;
            /* float: right; */
            text-align: left;
            /* white-space: nowrap; */
            /* opacity: 0.8; */
        }


        /* ==============================
           CONTENT AFTER IMAGE
        ============================== */

        .content-section {
            min-height: 100vh;

            padding: 120px 8%;

            background: #fff;

            display: flex;

            align-items: center;

            justify-content: center;

            text-align: center;
        }


        .content-inner {
            max-width: 900px;
        }


        .content-inner h2 {
            font-size: clamp(40px, 6vw, 80px);

            font-weight: 400;

            margin-bottom: 30px;
        }


        .content-inner p {
            font-size: 18px;

            line-height: 1.8;

            color: #555;
        }


        /* ==============================
           MOBILE
        ============================== */

        @media (max-width: 767px) {

            .curve-scroll-section {
                height: 50vh;
            }


            .curve-scroll-image {
                top: 8vh;
                width: 88%;
                height: 45vh !important;
                transform:
                    translateX(-50%)
                    scale(0.90);
                border-radius:
                    0 0
                    50% 50%
                    /
                    0 0
                    12% 12%;
            }


            /* SIDE CONTENT */

            .curve-side-content {
                top: 50%;

                padding: 0 12px;
            }


            .curve-side-title {
                font-size: 15px;
                text-align: center;
                line-height: 24px;
                /* letter-spacing: 1px; */
                margin-bottom: 9px;
            }


            .curve-side-list {
                gap: 8px;
            }


            .curve-side-list li {
                font-size: 8px;

                letter-spacing: 0.8px;
            }


            .content-section {
                padding: 80px 25px;
            }


            .content-inner p {
                font-size: 16px;
            }

        }

.service-one-plan-text-wrapper {
    /* flex-flow: column; */
    /* justify-content: center; */
    /* align-items: center; */
    /* height: 191vh; */
    /* display: flex; */
    /* position: absolute; */
    /* inset: 0%; */
}

.service-one-plan-text-wrapper.wrapper-two.desktop-display-off {
    display: flex;
}

.service-one-plan-item {
    /* height: 100vh; */
    position: sticky;
    top: 0px;
}

.service-one-plan-text-paragraph {
    max-width: 100%;
  
}

.service-two-heo-heading-two {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
}.container {
    width: 92% !important;
    max-width: 1600px !important;
    margin: 0 auto;
    box-sizing: border-box;
}

/* large desktop */
@media (min-width: 1600px) {
    .container {
        width: 94% !important;
        max-width: 1600px;
    }
}

/* desktop */
@media (max-width: 1599px) {
    .container {
        width: 92%;
        max-width: 1600px;
    }
}

/* tablet */
@media (max-width: 991px) {
    .container {
        width: 94%;
    }
}

/* mobile */
@media (max-width: 767px) {
    .container {
        width: 100% !important;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}
.responsive-video{
    width: 100%;
}



    


.disc  p{
    padding: 0px 150px;
}  .splide__track {
            overflow: visible;
        }

        body::-webkit-scrollbar {
            width: 0px;
        }

        .pointer-events-none {
            pointer-events: none;
        }

 
        .w-slider-nav.w-round>div {
            border-radius: 0;
        }

        .w-slider-dot {
            width: 2.5em;
            height: 0.25em;
            background-color: black;
            margin-left: 10px !important;
            margin-right: 10px !important;
        }

        .w-slider-dot.w-active {
            background-color: #c5916c;
        }


        .margin-top-250px {
            margin-top: 250px;
        }

        .w-lightbox-backdrop {
            z-index: 99999999;
        }  .ro.om-section {
            position: relative;
            width: 100%;
            /* min-height: 100vh; */
            /* padding: 59px 0 20px; */
            overflow: hidden;
            /* background: #111; */
            isolation: isolate;
        }


        /* =====================================
           BACKGROUND IMAGE
        ===================================== */


.swiper-wrapper {

    height: auto !important;
   
}
        .ro.om-section .bg-image {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            z-index: -2;
            overflow: hidden;
        }

        .ro.om-section .bg-image img {
            width: 100%;
            height: 115%;
            object-fit: cover;
            object-position: center;
            display: block;
            transform: translateY(-6%);
        }

        .ro.om-section .bg-image::after {
            content: "";
            position: absolute;
            inset: 0;
            /* background:
                linear-gradient(
                    rgba(0, 0, 0, 0.48),
                    rgba(0, 0, 0, 0.58)
                ); */
            z-index: 1;
        }


        /* =====================================
           CONTAINER
        ===================================== */

        .ro.om-section .container {
            width: 100%;
            max-width: 1320px;
            margin: 0 auto;
            padding-left: 20px;
            padding-right: 20px;
        }


        /* =====================================
           TITLE
        ===================================== */

        .ro.om-section .section-title-area {
            position: relative;
            z-index: 5;
            margin-bottom: 10px;
        }

        .ro.om-section .section-title {
            margin: 0;
        }

        .ro.om-section .sub-title {
            display: block;
            color: #fff;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 3px;
            text-transform: uppercase;
            margin-bottom: 15px;
        }

        .ro.om-section .sec-title {
            color: #fff;
            font-size: clamp(40px, 5vw, 72px);
            font-weight: 400;
            line-height: 1.05;
            margin: 0;
        }


        /* =====================================
           SWIPER
        ===================================== */

        .ro.om-section .room-slider {
            width: 100%;
            overflow: hidden;
            padding-top: 50px !important;
            /* padding-bottom: 40px !important; */
        }

        .ro.om-section .swiper-wrapper {

            align-items: stretch;

            /* IMPORTANT FOR CONTINUOUS SLIDER */
            transition-timing-function: linear !important;
        }

        .ro.om-section .swiper-slide {
            height: auto;
        }


        /* =====================================
           ROOM BOX
        ===================================== */

        .ro.om-section .room-box-item {
            position: relative;
            width: 100%;
            /* margin-bottom: 30px; */
            /* height: 100%; */
            letter-spacing: 0.2px;
            overflow: hidden;
            /* border-radius: 8px; */
            cursor: pointer;
        }


        /* =====================================
           IMAGE
        ===================================== */

        .ro.om-section .room-image {
            position: relative;
            width: 100%;
            height: 280px;
            /* overflow: hidden; */
            /* border-radius: 8px; */
        }

        .ro.om-section .room-image img {
            position: absolute;
            /* inset: 0; */
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* border-radius: 8px; */
            display: block;
            transition:
                transform 0.7s cubic-bezier(.22, .61, .36, 1),
                opacity 0.7s ease;
        }


        /* First image */

        .ro.om-section .room-image img:first-child {
            /* z-index: 1; */
            /* opacity: 1; */
            /* transform: scale(1); */
        }


        /* Second image */

        .ro.om-section .room-image img:nth-child(2) {
            z-index: 2;
            opacity: 0;
            transform: scale(1);
        }


        /* =====================================
           IMAGE OVERLAY
        ===================================== */

        .ro.om-section .room-image::after {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 3;
            /* background:
                linear-gradient(
                    to top,
                    rgba(0, 0, 0, 0.78),
                    rgba(0, 0, 0, 0.18) 55%,
                    rgba(0, 0, 0, 0)
                ); */
            pointer-events: none;
        }


        /* =====================================
           HOVER IMAGE EFFECT
        ===================================== */

        .ro.om-section .room-box-item:hover
        .room-image img:first-child {/* transform: scale(0.88); */}

        .ro.om-section .room-box-item:hover
        .room-image img:nth-child(2) {opacity: 1;/* transform: scale(1.02); */}


        /* =====================================
           CONTENT
        ===================================== */

        .ro.om-section .content-item {/* position: absolute; */left: 0;right: 0;bottom: -45px;z-index: 10;padding: -7px 25px;pointer-events: none;}

        .ro.om-section .room-content {
            width: fit-content;
            position: relative;
            top: -38px;
            text-align: center;
            z-index: 9999;
            clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
            border-radius: 20px20px 20px 0px;
            padding: 11px   15px;
            margin-top: -2px;
            width: 100%;
            background: linear-gradient(90deg, #a92b00 0%, #d83f00 45%, #ee4d00 75%, #ff6200 100%);
            /* background: aliceblue; */
        }

        .ro.om-section .room-content h4 {
            margin: 0;
            overflow: hidden;
        }

        .ro.om-section .room-content h4 a {
                /* display: inline-block; */
                color: #fff;
                font-size: 15px;
                text-decoration: none;
                font-weight: 500;
                line-height: 1.25;
                /* transform: translateY(0); */
                /* transition:
                transform 0.45s ease,
                opacity 0.45s ease; */
                }


        /* =====================================
           TEXT HOVER
        ===================================== */

        .ro.om-section .room-box-item:hover
        .room-content h4 a {/* transform: translateY(-6px); */}


        /* =====================================
           1400px
        ===================================== */

        @media (max-width: 1400px) {

            .ro.om-section {
                padding: 90px 0 70px;
            }

            .ro.om-section .container {
                max-width: 1200px;
            }

            .ro.om-section .room-image {
                /* height: 460px; */
            }

        }


        /* =====================================
           1200px
        ===================================== */

        @media (max-width: 1200px) {

            .ro.om-section {
                padding: 80px 0 60px;
            }

            .ro.om-section .container {
                max-width: 1100px;
            }

            .ro.om-section .room-image {
                height: 430px;
            }

            .ro.om-section .room-slider {
                padding-top: 35px !important;
            }

            .ro.om-section .content-item {
                padding: 25px 20px;
            }

            .ro.om-section .room-content h4 a {
                font-size: 21px;
            }

        }


        /* =====================================
           TABLET
        ===================================== */

        @media (max-width: 991px) {

            .ro.om-section {
                min-height: auto;
                padding: 70px 0 50px;
            }

            .ro.om-section .sec-title {
                font-size: 48px;
            }

            .ro.om-section .room-image {
                height: 400px;
            }

        }


        /* =====================================
           MOBILE
        ===================================== */

        @media (max-width: 767px) {

            .ro.om-section {
                padding: 60px 0 40px;
            }

            .ro.om-section .container {
                padding-left: 10px;
                padding-right: 10px;
            }

            .ro.om-section .section-title-area {
                margin-bottom: 0;
            }

            .ro.om-section .sub-title {
                font-size: 11px;
                letter-spacing: 2px;
                margin-bottom: 12px;
            }

            .ro.om-section .sec-title {
                font-size: 38px;
                line-height: 1.1;
            }

            .ro.om-section .room-slider {
                padding-top: 30px !important;
                padding-bottom: 10px !important;
            }

            .ro.om-section .room-image {
                height: 420px;
            }

            .ro.om-section .content-item {
                padding: 22px 18px;
            }

            .ro.om-section .room-content h4 a {
                font-size: 19px;
            }

        }


        /* =====================================
           SMALL MOBILE
        ===================================== */

        @media (max-width: 575px) {

            .ro.om-section {
                padding: 55px 0 0px;
            }

            .ro.om-section .sec-title {
                font-size: 34px;
            }

            .ro.om-section .room-image {
                height: 380px;
            }

            .ro.om-section .content-item {
                padding: 0px 0px;
            }

            .ro.om-section .room-content h4 a {
                font-size: 14px;
                text-align: center;
            }

        }


        /* =====================================
           EXTRA SMALL
        ===================================== */

        @media (max-width: 400px) {

            .ro.om-section .sec-title {
                font-size: 30px;
            }

            .ro.om-section .room-image {
                height: 249px;
            }

        }


        /* =====================================
           REDUCE MOTION
        ===================================== */

        @media (prefers-reduced-motion: reduce) {

            .ro.om-section .swiper-wrapper {
                transition-duration: 0ms !important;
            }

            .ro.om-section .room-image img,
            .ro.om-section .room-content h4 a {
                transition: none;
            }

        }
/* =========================================
   LOADER
========================================= */

.legacy-loader{
    position:fixed;
    inset:0;

    width:100%;
    height:100vh;
    height:100svh;

    background:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    z-index:999999;

    overflow:hidden;
}


/* =========================================
   MAIN WRAPPER
========================================= */

.legacy-wrap{
    position:relative;

    /*
       The actual diamond is 930px wide.
       Give it enough space and center it.
    */
    width:min(1100px, 96vw);
    height:400px;

    margin:0 auto;

    display:flex;
    align-items:center;
    justify-content:center;
}


/* =========================================
   SVG
========================================= */

.legacy-svg{
    position:absolute;
    left: 51%;
    top:50%;
    width: 58%;
    height:100%;
    transform:translate(-50%, -50%);
    overflow:visible;

    /*
       IMPORTANT:
       Keep the original SVG proportions.
    */
    preserveAspectRatio:xMidYMid meet;
}


/* =========================================
   ORANGE SHAPE
========================================= */

.main-shape{

    fill:url(#orangeGradient);

    opacity:0;

    animation:
        shapeIn .8s ease forwards 1.55s;
}


@keyframes shapeIn{

    from{
        opacity:0;
    }

    to{
        opacity:1;
    }

}


/* =========================================
   WHITE DIAMOND LINE
========================================= */

.zig-line{

    fill:none;

    stroke:#ffffff;

    stroke-width:4;

    stroke-linecap:round;
    stroke-linejoin:round;

    stroke-dasharray:3000;
    stroke-dashoffset:3000;

    animation:
        drawLine 2.3s
        cubic-bezier(.77,0,.18,1)
        forwards;
}


@keyframes drawLine{

    from{
        stroke-dashoffset:3000;
    }

    to{
        stroke-dashoffset:0;
    }

}


/* =========================================
   ORANGE MOVING LINE
========================================= */

.zig-line-orange{

    fill:none;

    stroke:#ff6a1a;

    stroke-width:7;

    stroke-linecap:round;
    stroke-linejoin:round;

    stroke-dasharray:3000;
    stroke-dashoffset:3000;

    opacity:.8;

    animation:
        drawOrangeLine 2.3s
        cubic-bezier(.77,0,.18,1)
        forwards;
}


@keyframes drawOrangeLine{

    0%{
        stroke-dashoffset:3000;
        opacity:0;
    }

    20%{
        opacity:.8;
    }

    100%{
        stroke-dashoffset:0;
        opacity:0;
    }

}


/* =========================================
   CENTER TEXT
========================================= */

.legacy-text{
        position:absolute;
        left:50%;
        top:50%;
        width:100%;
        transform:translate(-50%, -50%);
        text-align:center;
        color: #000000;
        font-size: clamp(27px, 4.8vw, 46px);
        font-weight:700;
        letter-spacing: 11px;
        white-space:nowrap;
        opacity:0;
        clip-path:inset(0 100% 0 0);
        animation:
        textReveal 1.3s
        cubic-bezier(.77,0,.18,1)
        forwards 1.9s;
        }


@keyframes textReveal{

    0%{

        opacity:0;

        transform:translate(-50%, -50%);

        clip-path:inset(0 100% 0 0);
    }

    25%{
        opacity:1;
    }

    100%{

        opacity:1;

        transform:translate(-50%, -50%);

        clip-path:inset(0 0 0 0);
    }

}


/* =========================================
   EXIT
========================================= */

.legacy-loader.hide{

    animation:
        loaderOut .8s
        cubic-bezier(.76,0,.24,1)
        forwards;
}


@keyframes loaderOut{

    from{
        opacity:1;
        transform:scale(1);
    }

    to{
        opacity:0;
        transform:scale(1.015);

        visibility:hidden;
        pointer-events:none;
    }

}


/* =========================================
   TABLET
========================================= */

@media(max-width:800px){

    .legacy-wrap{
        width:100vw;
        height:300px;
    }

    .legacy-text{
        font-size:clamp(22px,5vw,42px);
        letter-spacing:7px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media(max-width:500px){

    .legacy-wrap{
        width:100vw;
        height:220px;
    }

    .legacy-text{
        font-size:19px;
        letter-spacing:4px;
    }

    .zig-line{
        stroke-width:3;
    }

    .zig-line-orange{
        stroke-width:5;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media(max-width:360px){

    .legacy-text{
        font-size:16px;
        letter-spacing:2px;
    }

}



  :root{
    --ink:#2b2e3a;
    --orange:#c2521a;
    --orange-dark:#8a3b12;
    --line:#c2521a;
    --bg:#ffffff;
  }

  .slide{
    /* width:1280px; */
    /* height:800px; */
    /* background: #fefeffc9; */
    /* position:relative; */
    /* overflow:hidden; */
    /* padding: 48px 0px 0px; */
  }

  /* Top-right logo mark */
  .logo-mark{
    position:absolute;
    top:0; right:60px;
    width:70px; height:36px;
  }
  .logo-mark svg{width:100%; height:100%;}

  /* Header */
  .header{
    display:flex;
    align-items:center;
    gap:16px;
    /* background: aliceblue; */
    /* margin-bottom:60px; */
    background: linear-gradient(rgba(0, 0, 0, 0.13) 0%, rgba(15, 15, 15, 0.11) 24%, rgba(84, 84, 84, 0) 100%) 0% 0% no-repeat padding-box padding-box transparent;
  }
  .header h1{
    font-size:28px;
    font-weight:800;
    color:var(--ink);
    letter-spacing:1px;
  }
  .approved-badge{
    background:var(--orange);
    color:#fff;
    font-weight:800;
    font-size:26px;
    letter-spacing:1px;
    padding:10px 20px;
  }

  /* Feature grid */
  .features{
    display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:60px;
    row-gap:36px;
    margin-top: 50px;
    max-width:900px;
    margin-bottom: 0px;
  }
  .feature{
    border-left: 3px solid #e32929;
    padding-left:16px;
    font-size: 15px;
    font-weight: 520;
    line-height: 23px;
    color:var(--ink);
  }
  .feature b{font-weight: 600;color: black;}

  /* Landmark heading */
  .landmark{
    font-size: 16px;
    letter-spacing: 0.3pxpx;
    color:var(--ink);
    font-weight: 500;
    line-height:1.6;
    max-width: 400px;
    /* margin-bottom:40px; */
  }
  .landmark b{font-weight: 510;font-size: 19px;letter-spacing: 0.3px;display:block;}

  /* Bottom orange rule */
  .bottom-rule{
    position:absolute;
    /* left:56px; */
    bottom:20px;
    width:380px;
    height:5px;
    background:var(--orange);
  }

  
  .collage{
    position:absolute;
    right:0; bottom:0;
    width:720px; height:340px;
    display:flex;
  }
  .diamond{
    width:170px; height:340px;
    margin-left:-40px;
    clip-path: polygon(45% 0, 100% 0, 55% 100%, 0 100%);
    background:#2b2e3a;
    background-size:cover;
    background-position:center;
  }
.location-section {
    width: 100%;
    /* padding: 0 2%; */
}

.location-wrapper {
    width: 100%;
    max-width: 1700px;
    margin: auto;

    display: grid;
    grid-template-columns: 43% 57%;
    align-items: center;
    gap: 0;
}

/* =========================
   LEFT LIST
========================= */

.location-list {
    /* width: 100%; */
    /* padding-right: 6%; */
}

.location-item {
    position: relative;
    height: 51px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
    cursor: pointer;
    transition:
        color 0.35s ease,
        padding-left 0.35s ease;
}

/* Location name */
.location-name {
    /* width: 155px; */
    font-size: 16px;
    font-weight: 400;
    color: #111;
    transition:
        color 0.35s ease,
        transform 0.35s ease;
}

/* Distance */
.location-distance {
    font-size: 16px;
    color: #555;

    transition: color 0.35s ease;
}

/* Gold vertical line */
.location-item::before {
    content: "";

    position: absolute;

    left: 0;
    top: 50%;

    width: 3px;
    height: 0;

    background: #c99a4a;

    transform: translateY(-50%);

    transition:
        height 0.35s ease,
        opacity 0.35s ease;

    opacity: 0;
}

/* ACTIVE / HOVER */
.location-item:hover,
.location-item.active {
    padding-left: 15px;
}

.location-item:hover::before,
.location-item.active::before {
    height: 27px;
    opacity: 1;
}

.location-item:hover .location-name,
.location-item.active .location-name {
    color: #c99a4a;
}

.location-item:hover .location-distance,
.location-item.active .location-distance {
    color: #c99a4a;
}


/* =========================
   RIGHT IMAGE
========================= */

.location-image-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;

    /* Fixed aspect ratio prevents jumping */
    aspect-ratio: 1.5 / 1;
    background: #eee;
}

.location-image {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;

    opacity: 1;

    transform: scale(1);

    transition:
        opacity 0.45s ease,
        transform 0.8s ease;
}

/* New image animation */
.location-image.fade {
    opacity: 0;
    transform: scale(1.025);
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 900px) {

    .location-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .location-list {
        padding-right: 0;
        margin-top: 20px;
    }

    .location-image-wrapper {
        aspect-ratio: 1.5 / 1;
    }
}


@media (max-width: 600px) {

    .location-section {
        padding: 0px;
    }

    .location-wrapper {
        gap: 25px;
    }

    .location-item {
        height: 50px;
    }

    .location-name {
        width: 55%;
        font-size: 14px;
    }

    .location-distance {
        font-size: 14px;
    }

    .location-image-wrapper {
        aspect-ratio: 1.25 / 1;
    }
}


.facility-grid{
    /* width:100%; */
    /* max-width:1200px; */
    margin:auto;
    display:grid;
    /* font-family: 'Poppins', sans-serif; */
    grid-template-columns: repeat(4, 1fr);
    column-gap:19px;
    /* row-gap:94px; */
}


/* =====================================================
   ITEM
===================================================== */

.facility-card{
        position:relative;
        text-align:center;
        cursor:pointer;
        opacity: 9;
        transform:translateY(25px);
        transition:
        opacity .9s ease,
        transform .9s cubic-bezier(.22,.61,.36,1);
        }


/* visible after scroll */

.facility-card.active{
    opacity:1;
    transform:translateY(0);
}


/* =====================================================
   STAGGER
===================================================== */

.facility-card:nth-child(1){transition-delay:.05s;}
.facility-card:nth-child(2){transition-delay:.10s;}
.facility-card:nth-child(3){transition-delay:.15s;}
.facility-card:nth-child(4){transition-delay:.20s;}
.facility-card:nth-child(5){transition-delay:.25s;}
.facility-card:nth-child(6){transition-delay:.30s;}

.facility-card:nth-child(7){transition-delay:.08s;}
.facility-card:nth-child(8){transition-delay:.13s;}
.facility-card:nth-child(9){transition-delay:.18s;}
.facility-card:nth-child(10){transition-delay:.23s;}
.facility-card:nth-child(11){transition-delay:.28s;}


/* =====================================================
   IMAGE
===================================================== */

.facility-img-wrap{position:relative;width:100%;/* height:103px; *//* margin-bottom: 30px; */overflow:hidden;background:#eee;}


/* =====================================================
   IMAGE
===================================================== */

.facility-img{
        width:100%;
        /* height:100%; */
        /* object-fit:cover; */
        display:block;
        transform:scale(1);
        transition:
        transform 1.1s cubic-bezier(.22,.61,.36,1),
        filter .8s ease;
        }


/* =====================================================
   HOVER IMAGE
===================================================== */

.facility-card:hover .facility-img{

    transform:scale(1.045);

}


/* =====================================================
   IMAGE OVERLAY
===================================================== */

.facility-img-wrap::after{

    content:"";

    position:absolute;

    inset:0;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,0),
            rgba(0,0,0,.06)
        );

    opacity:0;

    transition:
        opacity .7s ease;

    pointer-events:none;
}


.facility-card:hover
.facility-img-wrap::after{

    opacity:1;

}


/* =====================================================
   PREMIUM IMAGE LIGHT
===================================================== */

.facility-light{

    position:absolute;

    top:0;
    left:-120%;

    width:70%;
    height:100%;

    background:
        linear-gradient(
            100deg,
            transparent,
            rgba(255,255,255,.35),
            transparent
        );

    transform:skewX(-20deg);

    pointer-events:none;

    z-index:2;
}


.facility-card:hover .facility-light{

    left:140%;

    transition:
        left 1.15s cubic-bezier(.22,.61,.36,1);

}


/* =====================================================
   TEXT
===================================================== */

.facility-text{
        margin-bottom: 50px;
        position:relative;
        padding-top: 14px;
        color:#111;
        /* background: #f1f1f159; */
        letter-spacing: 0.4px;
        font-size: 15px;
        line-height: 22px;
        font-weight: 500;
        transition:
        transform .6s cubic-bezier(.22,.61,.36,1);
        }


/* =====================================================
   BOLD
===================================================== */

.facility-text strong{
    font-weight: 500;
}


/* =====================================================
   TEXT HOVER
===================================================== */

.facility-card:hover .facility-text{

    transform:translateY(-4px);

}


/* =====================================================
   UNDERLINE
===================================================== */

.facility-text::after{

    content:"";

    position:absolute;

    left:50%;

    bottom:-9px;

    width:0;

    height:1px;

    background:#111;

    transform:translateX(-50%);

    transition:
        width .65s cubic-bezier(.22,.61,.36,1);

}


.facility-card:hover
.facility-text::after{

    width:28px;

}


/* =====================================================
   IMAGE FRAME HOVER
===================================================== */

.facility-img-wrap{

    transition:
        transform .7s cubic-bezier(.22,.61,.36,1),
        box-shadow .7s ease;
}


.facility-card:hover .facility-img-wrap{

    transform:translateY(-3px);

    box-shadow:
        0 12px 28px rgba(0,0,0,.10);

}


/* =====================================================
   MOBILE TOUCH
===================================================== */

@media (hover:none){

    .facility-card:hover .facility-img{
        transform:none;
    }

    .facility-card:hover .facility-img-wrap{
        transform:none;
        box-shadow:none;
    }

    .facility-card:hover .facility-text{
        transform:none;
    }

    .facility-card:hover .facility-text::after{
        width:0;
    }

}


/* =====================================================
   TABLET
===================================================== */

@media(max-width:1050px){

    .facility-grid{

        grid-template-columns:
            repeat(4,1fr);

        column-gap:20px;

        row-gap:70px;
    }

    .facility-img-wrap{
        height:115px;
    }

}


/* =====================================================
   TABLET
===================================================== */

@media(max-width:750px){

    .facility-section{
        padding:
            40px 20px 55px;
    }

    .facility-grid{

        grid-template-columns:
            repeat(3,1fr);

        column-gap:16px;

        row-gap:55px;
    }

    .facility-img-wrap{
        height:110px;
    }

    .facility-text{
        font-size:14px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media(max-width:550px){

    .facility-section{
        padding: 0px;
    }

    .facility-grid{
            grid-template-columns:
            repeat(2,1fr);
            column-gap:14px;
            row-gap: 0px;
            padding-bottom: 30px;
            }

    .facility-img-wrap{
        height:105px;
    }

    .facility-text{
        font-size:13.5px;
        line-height:1.4;
        margin-bottom: 25px;
        padding-top:11px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media(max-width:380px){

    .facility-grid{
        column-gap:10px;
        row-gap:40px;
        padding-bottom: 38px;
    }

    .facility-img-wrap{
        height:90px;
    }

    .facility-text{
        font-size:12.5px;
    }

}
.title-fab{
    text-align: center;
}
.title-fab h1{
 font-size: 18px;
 font-weight: 510;
 text-transform: uppercase;
 margin-bottom: 20px;
}

.title-fab img{
        width: 60px;
        height: 4px;
}
.title-fab p{
    padding-top:20px;
    /* width: 1200px; */
    /* font-weight: 400; */
    /* letter-spacing: 0.3px; */
    /* font-size: 15px; */
    margin: auto;
    line-height: 25px;
    color: #161616;
    /* margin-top: 8px; */
    margin-bottom: 0;
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 15px;
    margin-bottom: 18px;
    letter-spacing: 0.3px;
    font-weight: 400;
}
.location-map img {
    width: 100%;
    object-fit: cover;
    height: 450px;
    transition: transform 0.8s ease;
}

/* Optional image hover zoom */
.location-map {
    overflow: hidden;
}

.location-map:hover img {
    transform: scale(1.04);
}


/* Location List */
.location-list ul {
    padding-left: 0;
    margin-top: 20px;
}

.location-list ul li {
    list-style: none;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px dotted #00000082;
    padding: 10px 0;

    /* Animation */
    opacity: 0;
    transform: translateX(30px);
    animation: locationReveal 0.7s ease forwards;
    transition:
        padding-left 0.4s ease,
        color 0.4s ease,
        border-color 0.4s ease;
}

/* Stagger animation */
.location-list ul li:nth-child(1) {
    animation-delay: 0.1s;
}

.location-list ul li:nth-child(2) {
    animation-delay: 0.2s;
}

.location-list ul li:nth-child(3) {
    animation-delay: 0.3s;
}

.location-list ul li:nth-child(4) {
    animation-delay: 0.4s;
}

.location-list ul li:nth-child(5) {
    animation-delay: 0.5s;
}

.location-list ul li:nth-child(6) {
    animation-delay: 0.6s;
}

.location-list ul li:nth-child(7) {
    animation-delay: 0.7s;
}

.location-list ul li:nth-child(8) {
    animation-delay: 0.8s;
}.location-list ul li:nth-child(9) {
    animation-delay: 0.9s;
}
/* Hover effect */
.location-list ul li:hover {
    padding-left: 12px;
    color: #b03501;
    border-color: #b03501;
}


/* Heading */
.location-list h1 {
    font-size: 19px;
    margin-bottom: 20px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    /* font-weight: 600; */
}


/* Icon */
.location-list i {
    color: #000000;
    margin-right: 1px;
    display: inline-block;
    transition:
        transform 0.4s ease,
        color 0.4s ease;
}


/* Icon hover animation */
.location-list li:hover i {
    transform: translateX(5px) scale(1.15);
}


/* Reveal animation */
@keyframes locationReveal {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}.location-map {
    overflow: hidden;
    cursor: pointer;
}

.location-map img {
    width: 100%;
    object-fit: cover;
    height: 500px;
    transition: transform 0.6s ease;
}

.location-map:hover img {
    transform: scale(1.04);
}


/* =========================
   LOCATION POPUP
========================= */

.location-popup {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    z-index: 99999;

    transition:
        opacity 0.4s ease,
        visibility 0.4s ease;
}


/* Active Popup */
.location-popup.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


/* Popup Box */
.location-popup-inner {
    position: relative;
    /* width: min(1100px, 90%); */
    /* max-height: 90vh; */
    transform: scale(0.85);
    opacity: 0;
    transition:
        transform 0.5s cubic-bezier(.77, 0, .18, 1),
        opacity 0.4s ease;
}


/* Popup Animation */
.location-popup.active .location-popup-inner {
    transform: scale(1);
    opacity: 1;
}


/* Popup Image */
.location-popup-inner img {
    display: block;

    width: 100%;
    height: auto;
    max-height: 85vh;

    object-fit: contain;
}


/* Close Button */
.location-popup-close {
    position: absolute;

    top: -45px;
    right: 0;

    width: 40px;
    height: 40px;

    border: none;
    background: transparent;

    color: #fff;
    font-size: 38px;
    line-height: 1;

    cursor: pointer;

    transition:
        transform 0.3s ease,
        color 0.3s ease;
}

.location-popup-close:hover {
    transform: rotate(90deg);
    color: #b03501;
}


/* Mobile */
@media (max-width: 767px) {

    .location-map img {
        height: 300px;
    }

    .location-popup-inner {
        width: 94%;
    }

    .location-popup-close {
        top: -42px;
        right: 0;
    }
}
/* Main Section */
.location-section {
    position: relative;
    overflow: hidden;
    background-color: #fde9e154;
}

/* Right Side Background Image */


/* Keep content above background */
.location-section .container {
    position: relative;
   
}
.legacy h1{
    margin-top: -12px;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 30px;
    font-weight: 510;
    text-align: center;
}

.legacy p{
    text-align: center;
    max-width: 100% !important;
}

.legacy h2{
    text-align: center;
    font-size: 18px;
}

.content h4{
    line-height: 23px;
    /* height: 85px; */
    font-weight: 500;
    text-align: center;
    /* background: #f7f7f782; */
    padding: 0px 16px;
    font-size: 14px;
    color: white;
    margin-bottom: 0px;
    /* text-transform: uppercase; */
}/* =========================================
   MAIN SECTION
========================================= */

.premium-contact {
    padding: 50px 0 40px;
    /* margin-top: 35px; */
    background: #ffffffad;
    /* */
}


.premium-contact .container {
    width: 100%;
    max-width: 1250px;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
}


/* =========================================
   GRID
========================================= */

.contact-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    margin-top: 40px;
    align-items: stretch;
}


/* =========================================
   LEFT CONTENT
========================================= */

.contact-info {
    /* padding: 25px 20px 25px 0; */
}


.contact-label {
    display: block;
    font-size: 11px;
    letter-spacing: 4px;
    font-weight: 600;
    color: #a07d3d;
}


.contact-info h2 {
    margin: 18px 0 20px;

    font-size: 52px;
    line-height: 1.08;

    font-weight: 500;

    color: #171717;

    letter-spacing: -1.5px;
}


.gold-line {
    width: 70px;
    height: 2px;

    background: #b28a45;

    margin-bottom: 48px;
}


/* =========================================
   CONTACT ITEMS
========================================= */

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}


.contact-icon {
    min-width: 48px;
    width: 48px;
    height: 44px;
    border: 1px solid #00000017;
    display: flex;
    /* clip-path: polygon(52% 23%, 100% -5%, 51% 102%, 0% 0%); */
    /* background: #fe6100; */
    /* background: linear-gradient(90deg, #a92b00 0%, #d83f00 45%, #ee4d00 75%, #ff6200 100%); */
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 18px;
    box-sizing: border-box;
}


.contact-text {
    flex: 1;
}


.contact-item small {
    display: block;
    font-weight: 600;
    margin-bottom: 3px;
    color: #1e1e1e;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}


.contact-item p {
    margin: 0;
    max-width: 400px;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
}


.contact-item a {
    color: #292929;

    text-decoration: none;

    transition: 0.3s ease;
}


.contact-item a:hover {
    color: #a07d3d;
}


/* =========================================
   FORM BOX
========================================= */

.contact-form-wrap {
    /* background: #ffffff; */
    /* padding-right: 21px; */
    /* padding: 55px 60px 60px; */
    /* box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.06); */
    box-sizing: border-box;
}


/* =========================================
   FORM HEADING
========================================= */

.form-heading {
    margin-bottom: 38px;
}


.form-heading span {
    font-size: 10px;

    letter-spacing: 3px;

    color: #a07d3d;

    font-weight: 600;
}


.form-heading h3 {
    margin: 10px 0 0;

    font-size: 32px;

    font-weight: 500;

    color: #181818;
}


/* =========================================
   FORM ROW
========================================= */

.form-row {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 25px;
}


/* =========================================
   FORM GROUP
========================================= */

.form-group {
    margin-bottom: 27px;
}


.form-group label {
    display: block;
    margin-bottom: 9px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    color: #292929;
}


/* =========================================
   INPUT / TEXTAREA
========================================= */

.form-group input,
.form-group textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d8d8d8;
    background: #15151500;
    padding: 12px 0;
    outline: none;
    font-family: inherit;
    font-size: 14px;
    color: #000000;
    transition: 0.3s ease;
    box-sizing: border-box;
}


.form-group textarea {
    resize: none;
}


.form-group input:focus,
.form-group textarea:focus {
    border-color: #a07d3d;
}


.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #aaa;
}


/* =========================================
   PHONE FIELD
========================================= */

.phone-input {
    width: 100%;

    display: flex;

    align-items: center;

    border-bottom: 1px solid #d8d8d8;

    transition: 0.3s ease;

    box-sizing: border-box;
}


.phone-input:focus-within {
    border-color: #a07d3d;
}


/* =========================================
   INDIA FLAG + COUNTRY CODE
========================================= */

.phone-code {
    height: 44px;

    display: flex;

    align-items: center;

    gap: 8px;

    padding-right: 15px;

    margin-right: 15px;

    border-right: 1px solid #ddd;

    color: #333;

    font-size: 14px;

    white-space: nowrap;

    box-sizing: border-box;
}


.phone-code img {
    width: 22px;

    height: auto;

    display: block;

    object-fit: contain;
}


/* =========================================
   PHONE NUMBER INPUT
========================================= */

.phone-input input {
    flex: 1;

    min-width: 0;

    border: 0 !important;

    border-bottom: 0 !important;

    background: transparent;

    padding: 12px 0 !important;

    outline: none;

    font-family: inherit;

    font-size: 14px;

    color: #222;
}


/* =========================================
   SUBMIT BUTTON
========================================= */

.premium-submit {
    margin-top: 12px;
    /* width: 100%; */
    border: 0;
    background: #ca0350;
    /* background: linear-gradient(90deg, #a92b00 0%, #d83f00 45%, #ee4d00 75%, #ff6200 100%); */
    /* background: #b03501; */
    color: #fff;
    padding: 13px 20px;
    display: flex;
    font-weight: 600;
    justify-content: space-between;
    align-items: center;
    font-family: inherit;
    font-size: 12px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.4s ease;
    box-sizing: border-box;
}


.premium-submit i {
    font-size: 14px;
    transition: 0.4s ease;
}


.premium-submit:hover {
    background: #000000;
}


.premium-submit:hover i {
    transform: translate(4px, 0px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .premium-contact {
        padding: 75px 0;
    }


    .contact-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }


    .contact-info {
        padding-right: 0;
        margin-bottom: 3px;
    }


    .contact-info h2 {
        font-size: 44px;
    }


    .contact-form-wrap {
        padding: 45px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

    .premium-contact {
        padding: 33px 0;
    }


    .premium-contact .container {
        padding: 0 10px;
    }


    .contact-info h2 {
        font-size: 36px;

        letter-spacing: -1px;
    }


    .gold-line {
        margin-bottom: 35px;
    }


    .contact-item {
        gap: 14px;

        margin-bottom: 25px;
    }


    .contact-icon {
        min-width: 42px;

        width: 42px;

        height: 42px;

        font-size: 17px;
    }


    .contact-item p {
        font-size: 13px;

        line-height: 1.7;
    }


    .contact-form-wrap {
        /* padding: 8px; */
        padding-bottom: 0px;
        /* margin-top: 20px !important; */
        background: #f9f9f9;
    }


    .form-heading h3 {
        font-size: 27px;
    }


    .form-row {
        grid-template-columns: 1fr;

        gap: 0;
    }


    .phone-code {
        padding-right: 10px;

        margin-right: 10px;

        font-size: 13px;
    }


    .phone-code img {
        width: 21px;
    }

}   /* ================================
           DEMO SECTION
        ================================= */

        .fab-popup-demo-section {
            padding: 100px 20px;
            text-align: center;
        }


        /* ================================
           DESKTOP ENQUIRE BUTTON
        ================================= */

        .fab-popup-enquire-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-weight: 600;
            padding: 13px 20px;
            background: #ca0350;
            /* background: #ca4500; */
            color: #fff !important;
            text-decoration: none;
            font-size: 13px !important;
            text-transform: uppercase;
            letter-spacing: 0.3px;
            transition: 0.3s ease;
        }

        .fab-popup-enquire-btn span {
            font-size: 18px;
        }

        .fab-popup-enquire-btn:hover {
            background: #333;
        }


        /* ================================
           MOBILE BOTTOM CTA
        ================================= */

        .fab-popup-mobile-bottom-cta {
            display: none;
        }


        /* ================================
           OVERLAY
        ================================= */

        .fab-popup-enquiry-overlay {
            position: fixed;
            inset: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.75);

            display: flex;
            align-items: center;
            justify-content: center;

            opacity: 0;
            visibility: hidden;
            pointer-events: none;

            transition: all 0.35s ease;

            z-index: 99999;
            padding: 20px;
        }

        .fab-popup-enquiry-overlay.fab-popup-show {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
        }


        /* ================================
           POPUP BOX
        ================================= */

        .fab-popup-enquiry-popup {
            position: relative;
            width: 100%;
            max-width: 520px;
            background: #ffffff;
            padding: 30px 30px;
            transform: translateY(30px) scale(0.96);
            transition: all 0.4s ease;
            box-shadow: 0 25px 80px rgba(0, 0, 0, 0.25);
        }

        .fab-popup-enquiry-overlay.fab-popup-show
        .fab-popup-enquiry-popup {
            transform: translateY(0) scale(1);
        }


        /* ================================
           CLOSE BUTTON
        ================================= */

        .fab-popup-enquiry-close {
            position: absolute;
            top: 15px;
            right: 18px;
            width: 35px;
            height: 35px;
            font-weight: 700;
            border: 0;
            background: #e5e5e533;
            font-size: 20px;
            line-height: 1;
            cursor: pointer;
            color: #202020;
            transition: 0.3s ease;
        }

        .fab-popup-enquiry-close:hover {
            transform: rotate(90deg);
        }


        /* ================================
           HEADER
        ================================= */

        .fab-popup-enquiry-header {
            margin-bottom: 30px;
            text-align: center;
        }

        .fab-popup-enquiry-header h2 {
            margin: 0 0 12px;
            font-size: 17px;
            text-transform: uppercase;
            text-align: center;
            line-height: 1.25;
            font-weight: 500;
            color: #111;
        }

        .fab-popup-enquiry-header p {
            margin: 0;
            text-align: center;
            font-size: 12px !important;
            line-height: 29px;
            color: #4e4e4e;
        }


        /* ================================
           FORM
        ================================= */

        .fab-popup-enquiry-form {
            width: 100%;
        }

        .fab-popup-form-group {
            position: relative;
            width: 100%;
            margin-bottom: 20px;
        }

        .fab-popup-form-group input {
            width: 100%;
            height: 55px;
            padding: 20px 14px 5px;
            border: 1px solid #d8d8d891;
            outline: none;
            font-size: 14px;
            background: #ffffff00;
            box-sizing: border-box;
            transition: 0.3s ease;
        }

        .fab-popup-form-group input:focus {
            border-color: #111;
        }

        .fab-popup-form-group label {
            position: absolute;
            left: 14px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 13px;
            color: #424242;
            font-weight: 500;
            pointer-events: none;
            transition: 0.25s ease;
            background: #ffffff;
            padding: 0 4px;
        }

        .fab-popup-form-group input:focus + label,
        .fab-popup-form-group input:not(:placeholder-shown) + label {
            top: 0;

            transform: translateY(-50%);

            font-size: 11px;

            color: #111;
        }


        /* ================================
           PHONE
        ================================= */

        .fab-popup-phone-row {
            display: flex;
            gap: 10px;
            margin-bottom: 20px;
            width: 100%;
        }

        .fab-popup-country-code {
            width: 125px;
            height: 55px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 12px;
            border: 1px solid #d8d8d8;
            box-sizing: border-box;
            font-size: 12px;
            color: #333;
            white-space: nowrap;
        }

        .fab-popup-down-arrow {
            font-size: 10px;
        }

        .fab-popup-phone-input {
            flex: 1;
            margin-bottom: 0;
        }


        /* ================================
           CONSENT
        ================================= */

        .fab-popup-consent {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-top: 10px;
            margin-bottom: 13px;
        }

        .fab-popup-consent input {
            margin-top: 3px;

            width: 15px;
            height: 15px;

            flex-shrink: 0;
        }

        .fab-popup-consent label {
            font-size: 11px;
            line-height: 24px;
            color: #4a4a4a;
            cursor: pointer;
        }


        /* ================================
           SUBMIT
        ================================= */

        .fab-popup-submit-wrapper {
            text-align: center;
        }

        .fab-popup-submit-btn {
            width: 100%;
            height: 55px;
            border: 0;
            /* background: #d40554; */
            /* background: #111; */
            background: linear-gradient(90deg, #c5c3e3 0%, #a59ece 45%, #8a7eba 75%, #7465ab 100%);
            color: #fff;
            font-weight: 600;
            font-size: 14px;
            letter-spacing: 0.5px;
            cursor: pointer;
            transition: 0.3s ease;
        }

        .fab-popup-submit-btn:hover {
            background: #333;
        }


        /* ================================
           CALL INFO
        ================================= */

        .fab-popup-call-info {
            text-align: center;

            margin-top: 25px;

            font-size: 11px;

            letter-spacing: 1px;

            color: #888;
        }

        .fab-popup-call-info a {
            display: inline-block;

            margin-left: 5px;

            color: #111;

            text-decoration: none;

            font-weight: 600;
        }


        /* ================================
           MOBILE
        ================================= */

        @media (max-width: 767px) {

            .fab-popup-desktop-enquire {
                display: none;
            }

            .fab-popup-mobile-bottom-cta {
                position: fixed;

                left: 0;
                bottom: 0;

                width: 100%;

                display: flex;

                z-index: 9998;

                box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.15);
            }

            .fab-popup-mobile-call-btn,
            .fab-popup-mobile-enquire-btn {
                width: 50%;
                height: 55px;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 8px;
                font-weight: 500;
                text-decoration: none;
                font-size: 13px;
                letter-spacing: 0.5px;
            }

            .fab-popup-mobile-call-btn {
                background: #c5c3e3;
                color: #000000;
            }

            .fab-popup-mobile-enquire-btn {
                background: #c5c3e3;
                color: #111;
                border-left: 1px solid #00000038;
            }

            .fab-popup-mobile-call-btn span,
            .fab-popup-mobile-enquire-btn span {
                font-size: 17px;
            }


            /* MOBILE POPUP */

            .fab-popup-enquiry-overlay {
                align-items: flex-end;

                padding: 0;
            }

            .fab-popup-enquiry-popup {
                width: 100%;
                max-width: 100%;

                max-height: 90vh;

                overflow-y: auto;

                padding: 35px 22px 30px;

                transform: translateY(100%);
            }

            .fab-popup-enquiry-overlay.fab-popup-show
            .fab-popup-enquiry-popup {
                transform: translateY(0);
            }

            .fab-popup-enquiry-header h2 {
                font-size: 16px;
            }

            .fab-popup-enquiry-header p {
                font-size: 11px;
            }

            .fab-popup-country-code {
                width: 115px;
                font-size: 11px;
            }

            .fab-popup-call-info {
                padding-bottom: 5px;
            }
        }
.navbar-links a span{
    background-color: transparent !important;
}

.chat-icon{
    position: fixed;
    right: 20px;
bottom: 20px;
z-index: 9999;
}footer {
    width: 100%;
    background: #7b6db0;
    color: #fff;
    padding: 20px 0px;
}

footer > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

footer p {
    margin: 0;
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: rgb(255 255 255) !important;
}

footer p:last-child {
    text-align: right;
}

footer a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s ease;
}

footer a:hover {
    color: #fff;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

    footer {
        padding: 16px 20px 78px;
        /* margin-bottom: 106px; */
    }

    footer > div {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 8px;
    }

    footer p,
    footer p:last-child {
        font-size: 13px;
        text-align: center;
    }.features {
    display: grid;
    margin-bottom: 30px;
    grid-template-columns: auto;
    }.location-section::after {
    content: "";
    position: absolute;
display: none;}

.title-fab p {
    padding-top: 20px;
    width: auto;
    line-height: 28px;
    }.legacy h1 {
    margin-top: -16px;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;
}

.text-block-18 {
  font-size: 23px;
  margin-bottom: 10px;
  line-height: 28px;
  font-weight: 600;
  }

}



.slide h1{
    font-size: 18px;
    font-weight: 600;
}

.location-list  b{
    font-weight: 600;
    color: black;
}

.footer {
    display: flex;justify-content: space-between;
}


.form-group  input::placeholder{
    color: #1e1e1e;font-weight: 500;text-transform: capitalize;
    font-size: 14px;
}.form-group  textarea::placeholder{
    color: #1e1e1e;font-weight: 500;text-transform: capitalize;
    font-size: 14px;
}/* ================================
   SOCIAL MEDIA SECTION
================================ */

.fab-social-media {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 18px;
    flex-wrap: wrap;
}

/* SOCIAL BUTTON */

.fab-social-media a {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(182 182 182 / 12%);
    color: #000000;
    font-size: 17px;
    text-decoration: none;
    overflow: hidden;
    transition:
        transform 0.4s ease,
        border-color 0.4s ease,
        color 0.4s ease;
    animation: socialFadeUp 0.7s ease forwards;
    opacity: 0;
}


/* BACKGROUND ANIMATION */

.fab-social-media a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background: linear-gradient(90deg, #c5c3e3 0%, #a59ece 45%, #8a7eba 75%, #7465ab 100%);
    border-radius: 50%;
    transition:
        width 0.5s ease,
        height 0.5s ease;
    z-index: 0;
}


/* ICON */

.fab-social-media a i {
    position: relative;
    z-index: 1;
    color: #000000;
    transition: transform 0.4s ease;
}


/* HOVER */

.fab-social-media a:hover {
    transform: translateY(-8px);
    border-color: #c7a354;
}


.fab-social-media a:hover::before {
    width: 100px;
    height: 100px;
}


.fab-social-media a:hover i {
    transform: scale(1.2) rotate(8deg);
    color: white;
    font-size: 15px;
}


/* DIFFERENT ANIMATION DELAYS */

.fab-social-media a:nth-child(1) {
    animation-delay: 0.1s;
}

.fab-social-media a:nth-child(2) {
    animation-delay: 0.2s;
}

.fab-social-media a:nth-child(3) {
    animation-delay: 0.3s;
}

.fab-social-media a:nth-child(4) {
    animation-delay: 0.4s;
}


/* ENTRY ANIMATION */

@keyframes socialFadeUp {

    from {
        opacity: 0;
        transform: translateY(25px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


/* MOBILE */

@media (max-width: 576px) {

    .fab-social-media {
        gap: 12px;
    }

    .fab-social-media a {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }.ro.om-section .room-content {
    width: fit-content;
    position: relative;
    top: -17px;
    width: 100%;
    text-align: center;
    z-index: 9999;
    clip-path: border-box;
    border-radius: 20px20px 20px 0px;
    padding: 11px 8px;
    margin-top: -2px;
    background: linear-gradient(90deg, #a92b00 0%, #d83f00 45%, #ee4d00 75%, #ff6200 100%);
    /* background: aliceblue; */
}.slide h1 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 30px !important;
}.landmark b {
    font-weight: 700;
    font-size: 18px;
}
.title-fab h1 {
    font-size: 18px;
    line-height: 28px;
}
.chat-icon {
    position: fixed;
    right: 4px;
    bottom: 33px;
    z-index: 9999;
}

.content h4 {
    line-height: 25px;
    text-align: center;
    height: auto;
    padding: 10px 0px;
    font-size: 14px;
    text-transform: uppercase;
}

}





.indian img{
    width: 75%;
    float: inline-end;
}

a:hover{
    color: #ca0350 !important;
}
.location-popup-close {
    position: absolute;

    top: 15px;
    right: 15px;

    width: 45px;
    height: 45px;

    border: 0;
    border-radius: 50%;

    background: #000;
    color: #fff;

    font-size: 30px;
    line-height: 1;

    cursor: pointer;

    z-index: 100;
}


/* =========================
   ZOOM BUTTONS
========================= */

.zoom-controls {
    position: absolute;

    left: 20px;
    top: 20px;

    display: flex;
    flex-direction: column;

    gap: 8px;

    z-index: 100;
}

.zoom-controls button {
    width: 45px;
    height: 45px;

    border: none;
    border-radius: 4px;

    background: #000;
    color: #fff;

    font-size: 28px;
    font-weight: 500;

    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.3s ease;
}

.zoom-controls button:hover {
    background: #af3302;
    transform: scale(1.05);
}

.location-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);

    display: none;
    align-items: center;
    justify-content: center;

    z-index: 99999;
}

.location-popup.active {
    display: flex;
}

.location-popup-inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 85vh;
    /* background: #fff; */
    overflow: hidden;
}


.years {
    width: 47px;
    margin-top: 2px;
    filter: brightness(0);
}    
   
        .plot-progress-section {
         padding: 40px 0;
         /* display: flex; */
         /* align-items: center; */
         /* background: #fefeffc9; */
        }

        .plot-progress-wrapper {
            width: 100%;
            max-width: 1400px;
            margin: auto;
        }

        .plot-row {
            display: grid;
            grid-template-columns: 42% 1fr;
            gap: 1%;
            align-items: center;
        }

        /* ===========================
           LEFT SIDE
        =========================== */

        .left-content {
            position: relative;
            min-height: 370px;
            display: flex;
            flex-direction: column;
        }

        .project-logo {
            width: 360px;
            max-width: 100%;
            margin-bottom: 65px;
        }

        .title-line {
            width: 47px;
            height: 4px;
            /* background: #e85b08; */
            margin-bottom: 18px;
        }

        .main-heading {
            font-size: 18px;
            font-weight: 510;
            letter-spacing: 1px;
            line-height: 34px;
            color: #353b42;
        }

        .main-heading .orange {
            color: #e85b08;
            font-weight: 510;
        }

        .main-heading strong {
            display: block;
            font-size: 22px;
            font-weight: 600;
            letter-spacing: 2px;
        }

        .bottom-line {
            width: 47px;
            height: 4px;
            background: #e85b08;
            margin-top: 5px;
        }

        .lion-image {
            position: absolute;
            /* bottom: 90px; */
            left: 0;
            width: 380px;
            /* max-width: 100%; */
        }


        /* ===========================
           RIGHT SIDE
        =========================== */

        .right-content {
            max-width: 700px;
        }

        .small-heading {
            font-size: 20px;
            font-weight: 510;
            /* letter-spacing: 7px; */
            color: #ca0350;
            margin-bottom: 35px;
        }

        .right-content p {
            font-size: 15px;
            line-height: 2;
            text-align: justify;
            font-weight: 400;
            color: #202020;
            margin-bottom: 22px;
        }

        .right-content strong {
            font-weight: 600;
        }


        /* ===========================
           TABLET
        =========================== */

        @media (max-width: 991px) {

            .plot-progress-section {
                padding: 60px 6%;
            }

            .plot-row {
                grid-template-columns: 1fr;
                gap: 70px;
            }

            .left-content {
                min-height: auto;
            }

            .lion-image {
                position: relative;
                margin-top: 70px;
            }

            .right-content {
                max-width: 100%;
            }

        }


        /* ===========================
           MOBILE
        =========================== */

        @media (max-width: 576px) {

            .plot-progress-section {
                padding: 30px 0px;
            }

            .plot-row {
                gap: 12px;
            }

            .project-logo {
                width: 280px;
                margin-bottom: 45px;
            }

            .title-line {
                width: 40px;
                margin-bottom: 15px;
            }

            .main-heading {
                font-size: 20px;
                letter-spacing: 3px;
            }

            .main-heading strong {
                font-size: 23px;
                letter-spacing: 3px;
            }

            .bottom-line {
                width: 40px;
            }

            .lion-image {
                width: 78%;
                bottom: 60px;
                margin-top: 111px;
            }

            .small-heading {
                font-size: 14px;
                font-weight: 700;
                letter-spacing: 6px;
                margin-bottom: 25px;
            }

            .right-content p {
                font-size: 14px;
                line-height: 1.9;
                margin-bottom: 18px;
            }.paragraph-dark.home-s2-p1-para {
    /* max-width: 630px; */
    padding: 0px 0px;
            }
 .destination {
            padding: 10px 0px !important;
     
        }
        }


        /* ===========================
           SMALL MOBILE
        =========================== */

        @media (max-width: 375px) {

            .plot-progress-section {
                padding: 40px 20px;
            }

            .main-heading {
                font-size: 18px;
            }

            .main-heading strong {
                font-size: 20px;
            }

            .small-heading {
                letter-spacing: 5px;
            }

        }

        .destination {
            padding: 10px 90px;
        }




p{
    font-size: 14px !important;
    line-height: 29px;
    letter-spacing: 0.1px !important;
    font-weight: 410 !important;
    color: #202020 !important;
}    .room-box-item {
    position: relative;
    overflow: hidden;
}




.room-image .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    clip-path: polygon(8% 0, 100% 0, 90% 100%, 0 100%);
    border-radius: 20px20px 20px 0px;
    padding: 11px 10px;
    margin-top: -2px;
    width: 100%;
    background: linear-gradient(90deg, #a92b00 0%, #d83f00 45%, #ee4d00 75%, #ff6200 100%);
}.fixed-bg-section {
    position: relative;
    width: 100%;
    min-height: 79vh;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;

    display: flex;
    align-items: center;
    overflow: hidden;
}


/* CONTENT */
.fixed-bg-content {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    color: #fff;
}


/* MOBILE */
@media (max-width: 767px) {

    .fixed-bg-section {
        min-height: 60svh;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

}/* =====================================
   NAVBAR SCROLL BACKGROUND
===================================== */

.navbares {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    /* background: #7b6db0; */
    transition: background-color 0.4s ease,
                box-shadow 0.4s ease;
}


/* AFTER SCROLL */

.navbares.scrolled {
    background: #c5c3e3;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}


/* Optional: navbar links become dark */

.navbares.scrolled .navbar-links > a,
.navbares.scrolled .custom-dropdown-toggle {
    color: #000000;
}


/* Dropdown arrow */

.navbares.scrolled .custom-dropdown-toggle i {
    color: #000000;
}


/* Mobile menu button */

.navbares.scrolled .navbar-toggle span {
    background: #000000;
}  .custom-nav-dropdown {
            position: relative;
        }

        /* DROPDOWN TITLE */
        .custom-nav-dropdown>.custom-dropdown-toggle {
            display: flex;
            align-items: center;
            gap: 7px;
            cursor: pointer;
            text-decoration: none;
        }

        /* ARROW */
        .custom-nav-dropdown>.custom-dropdown-toggle i {
            font-size: 11px;
            transition: transform 0.3s ease;
        }

        /* ===================================================== DESKTOP DROPDOWN MENU ===================================================== */
        .custom-dropdown-menu {
            position: absolute;
            top: calc(100% + 15px);
            left: 0;
            min-width: 220px;
            background: #ffffff;
            padding: 10px 0;
            border-radius: 4px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
            z-index: 9999;
        }

        /* OPEN STATE */
        .custom-nav-dropdown.active .custom-dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        /* ROTATE ARROW */
        .custom-nav-dropdown.active .custom-dropdown-toggle i {
            transform: rotate(180deg);
        }

        /* ===================================================== DROPDOWN LINKS ===================================================== */
        .custom-dropdown-menu a {
            display: block;
            padding: 11px 18px;
            color: #222222;
            text-decoration: none;
            font-size: 14px;
            white-space: nowrap;
            transition: all 0.3s ease;
        }

        /* HOVER */
        .custom-dropdown-menu a:hover {
            background: #f5f5f5;
            padding-left: 23px;
        }

        /* ===================================================== MOBILE DROPDOWN ===================================================== */
        .custom-mobile-dropdown {
            width: 100%;
        }

        /* MOBILE DROPDOWN BUTTON */
        .custom-mobile-dropdown-toggle {
            display: flex !important;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            cursor: pointer;
        }

        /* MOBILE ARROW */
        .custom-mobile-dropdown-toggle i {
            font-size: 12px;
            transition: transform 0.3s ease;
        }

        /* ROTATE ARROW */
        .custom-mobile-dropdown.active .custom-mobile-dropdown-toggle i {
            transform: rotate(180deg);
        }

        /* ===================================================== MOBILE SUBMENU ===================================================== */
        .custom-mobile-dropdown-menu {
            display: none;
            width: 100%;
            padding-left: 20px;
            background: rgba(0, 0, 0, 0.03);
        }

        /* OPEN MOBILE SUBMENU */
        .custom-mobile-dropdown.active .custom-mobile-dropdown-menu {
            display: block;
        }

        /* MOBILE SUBMENU LINKS */
        .custom-mobile-dropdown-menu a {
            display: block;
            padding: 10px 15px !important;
            font-size: 14px !important;
        }

        /* ===================================================== MOBILE NAV ===================================================== */
        @media (max-width: 991px) {
            .navbar-links {
                display: none;
            }
        }

        /* ===================================================== DESKTOP NAV ===================================================== */
        @media (min-width: 992px) {
            .mobile-navigation {
                display: none !important;
            }
        }



        .custom-nav-dropdown.navbar-dropdown-open
.custom-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.custom-nav-dropdown.navbar-dropdown-open
.custom-dropdown-toggle i {
    transform: rotate(180deg);
}


.custom-mobile-dropdown.navbar-mobile-dropdown-open
.custom-mobile-dropdown-menu {
    display: block;
}

.custom-mobile-dropdown.navbar-mobile-dropdown-open
.custom-mobile-dropdown-toggle i {
    transform: rotate(180deg);
}



/* =========================================
   MOBILE DROPDOWN
========================================= */

.custom-mobile-dropdown {
    width: 100%;
    position: relative;
}


/* DROPDOWN BUTTON */

.custom-mobile-dropdown-toggle {
    width: 100% !important;

    display: flex !important;

    align-items: center;

    justify-content: space-between;

    cursor: pointer;

    text-decoration: none;
}


/* ARROW */

.custom-mobile-dropdown-toggle i {
    transition: transform 0.3s ease;
}


/* SUBMENU CLOSED */

.custom-mobile-dropdown-menu {
    display: none;

    width: 100%;

    padding: 0 0 5px 20px;
}


/* SUBMENU OPEN */

.custom-mobile-dropdown.dropdown-is-open
.custom-mobile-dropdown-menu {
    display: block;
}


/* ARROW ROTATE */

.custom-mobile-dropdown.dropdown-is-open
.custom-mobile-dropdown-toggle i {
    transform: rotate(180deg);
}


/* SUBMENU LINKS */

.custom-mobile-dropdown-menu a {
    display: block;

    padding: 10px 15px !important;

    font-size: 14px !important;

    text-decoration: none;
}
.rera{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 15px;
    justify-content: center;
}
.rera img{
    width: 80px;
    height: 80px;
}

.rera p{
    text-align: left;
    margin-bottom: 0px;
} .location-accordion {
        /* width: 100%; */
        /* background: #fdf0e8; */
        /* padding: 40px; */
    }

    .location-accordion-item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .location-accordion-header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 0;
        cursor: pointer;
        background: transparent;
        border: 0;
        font-family: inherit;
    }

    .location-accordion-title {
        display: flex;
        align-items: center;
        gap: 15px;
        color: #212529;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
    }

    

    .location-accordion-icon {
        width: 32px;
        height: 32px;
        border: 1px solid #7b6db0;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 18px;
        transition: 0.3s ease;
        flex-shrink: 0;
    }

    .location-accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

    .location-accordion-content-inner {
        padding: 0 0 25px;
    }

    .location-distance-row {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        font-weight: 500;
        padding: 7px 0;
        color: #292929;
        border-bottom: 1px solid #00000012;
        font-size: 13px;
        line-height: 1.5;
    }

    .location-distance-name {
        flex: 1;
    }

    .location-distance-value {
        min-width: 80px;
        text-align: right;
    }

    .location-accordion-item.active
    .location-accordion-icon {
        transform: rotate(180deg);
    }

    /* DESKTOP */
    @media (min-width: 992px) {

        .location-accordion {
            /* display: grid; */
            /* grid-template-columns: 1fr 1fr; */
            /* column-gap: 70px; */
            /* row-gap: 0; */
        }

        .location-accordion-item {
            align-self: start;
        }
    }

    /* TABLET */
    @media (max-width: 991px) {

        .location-accordion {
            padding: 30px;
        }

       
    }

    /* MOBILE */
    @media (max-width: 575px) {

        .location-accordion {
            padding: 0px;
        }

        .location-accordion-header {
            padding: 18px 0;
        }

        .location-accordion-title {
            font-size: 15px;
            gap: 8px;
        }

     
        .location-accordion-icon {
            width: 28px;
            height: 28px;
            font-size: 15px;
        }

        .location-distance-row {
            font-size: 14px;
            padding: 6px 0;
        }

        .location-distance-value {
            min-width: 60px;
        }
    }
  
.space-section{
    background-color: #fde9e154;
}
.icon-wrap img{
    width: 80px;
}

    .space-grid {
      display: grid;
      text-align: center;
      align-items: center;
      grid-template-columns: repeat(5, 1fr);
    }

    .space-item {
        position: relative;
        min-height: 170px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
        padding: 0 28px;
        opacity: 0;
        transform: translateY(35px);
        animation: reveal 0.8s ease forwards;
    }

    /* Staggered animation */
    .space-item:nth-child(1) { animation-delay: .1s; }
    .space-item:nth-child(2) { animation-delay: .2s; }
    .space-item:nth-child(3) { animation-delay: .3s; }
    .space-item:nth-child(4) { animation-delay: .4s; }
    .space-item:nth-child(5) { animation-delay: .5s; }
    .space-item:nth-child(6) { animation-delay: .6s; }
    .space-item:nth-child(7) { animation-delay: .7s; }
    .space-item:nth-child(8) { animation-delay: .8s; }
    .space-item:nth-child(9) { animation-delay: .9s; }
    .space-item:nth-child(10) { animation-delay: 1s; }

    @keyframes reveal {
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Vertical separators */
    .space-item:not(:nth-child(5n + 1))::before {
        content: "";
        position: absolute;
        left: 0;
        top: 64px;
        height: 37px;
        width: 1px;
        background: #b7aaa3;
    }

    /* Icon */
    .icon-wrap {
        position: relative;
        width: 110px;
        height: 110px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 3px;
    }

    .icon-circle {
        position: absolute;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: #aaa8e9;
        left: 2px;
        top: 1px;
        transition: all .45s ease;
    }

    .icon {
        position: relative;
        z-index: 2;
        width: 75px;
        height: 75px;
        color: #171711;
        transition: transform .45s cubic-bezier(.2,.8,.2,1);
    }

    .space-item:hover .icon {
        transform: translateY(-7px) scale(1.07);
    }

    .space-item:hover .icon-circle {
        transform: scale(1.15);
        background: #9996df;
    }

    .title {
        font-size: 14px;
        line-height: 22px;
        font-weight: 600;
        letter-spacing: .4px;
        text-transform: uppercase;
    }

    /* Second row */
    .space-item:nth-child(n + 6) {
        margin-top: 14px;
    }

    /* ---------------------------------
       MOBILE
    --------------------------------- */

    @media (max-width: 1000px) {
        .space-grid {
            grid-template-columns: repeat(3, 1fr);
        }

        .space-item:not(:nth-child(5n + 1))::before {
            display: none;
        }

        .space-item:not(:nth-child(3n + 1))::before {
            display: block;
            top: 64px;
        }

        .space-item:nth-child(n + 6) {
            margin-top: 0;
        }
    }

    @media (max-width: 650px) {
        .space-section {
            padding: 14px 0px;
        }

        .space-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .space-item {
            min-height: 170px;
            padding: 0 12px;
        }

        .space-item::before {
            display: none !important;
        }

        .space-item:nth-child(even)::before {
            display: block !important;
            top: 50px;
            left: 0;
            height: 70px;
        }

        .icon-wrap {
            width: 95px;
            height: 95px;
        }

        .icon {
            width: 68px;
            height: 68px;
        }

        .title {
            font-size: 13px;
            line-height: 20px;
        }
    }

    @media (max-width: 400px) {
        .space-grid {
            grid-template-columns: 1fr;
        }

        .space-item:nth-child(even)::before {
            display: none !important;
        }

        .space-item {
            min-height: 170px;
        }
    }



.best-gallery-section {
    overflow: hidden;
    background: #fde9e154 !important;
}

.best-gallery-container {
    width: 100%;
    max-width: 1600px;
    margin: auto;
}



.best-gallery-heading {
    padding: 0 5%;
    margin-bottom: 55px;
}

.best-gallery-label {
    color: #c7a354;
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.best-gallery-title {
    font-size: clamp(42px, 6vw, 80px);
    line-height: .95;
    font-weight: 300;
    letter-spacing: -3px;
}

.best-gallery-title span {
    color: #c7a354;
}



.best-gallery-slider {
  
}

.best-gallery-slider.dragging {
    cursor: grabbing;
}

.best-gallery-track {
    display: flex;
    align-items: center;
    gap: 22px;

    will-change: transform;

    transition:
        transform 1.8s cubic-bezier(.16,1,.3,1);
}


.best-gallery-slide {
    flex: 0 0 68%;
    height: 590px;
    position: relative;
    overflow: hidden;
    user-select: none;
    transform: scale(.82);
  
    transition:
        transform 1.8s cubic-bezier(.16,1,.3,1),
        opacity 1.2s ease;
    cursor: pointer;
}

.best-gallery-slide.active {
    transform: scale(1);
    opacity: 1;
}



.best-gallery-slide img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    display: block;

    pointer-events: none;

    transition:
        transform 1.2s cubic-bezier(.2,.65,.3,1);
}

.best-gallery-slide.active:hover img {
    transform: scale(1.045);
}


.best-gallery-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background:
        linear-gradient(
            to top,
            rgba(0,0,0,.82) 0%,
            rgba(0,0,0,.12) 55%,
            transparent 100%
        ); */
    pointer-events: none;
}



.best-gallery-content {
    position: absolute;

    z-index: 2;

    left: 42px;
    right: 42px;
    bottom: 38px;

    display: flex;
    justify-content: space-between;
    align-items: flex-end;

    opacity: 0;
    transform: translateY(20px);

    transition:
        opacity .5s ease,
        transform .6s ease;
}

.best-gallery-slide.active .best-gallery-content {
    opacity: 1;
    transform: translateY(0);
}

.best-gallery-name {
    font-size: 27px;
    font-weight: 300;
}

.best-gallery-category {
    margin-top: 8px;

    color: #c7a354;

    font-size: 10px;
    letter-spacing: 3px;

    text-transform: uppercase;
}


/* =====================================================
   VIEW BUTTON
===================================================== */

.best-gallery-view {
    width: 58px;
    height: 58px;

    border-radius: 50%;

    border: 1px solid rgba(255,255,255,.65);

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;

    transition: .4s ease;
}

.best-gallery-slide.active:hover .best-gallery-view {
    background: #c7a354;
    color: #000;
    border-color: #c7a354;
    transform: rotate(45deg);
}


/* =====================================================
   CONTROLS
===================================================== */

.best-gallery-controls {
    padding: 35px 5% 0;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* =====================================================
   PROGRESS
===================================================== */

.best-gallery-progress {
    width: 300px;
    height: 2px;

    background: #333;

    position: relative;
}

.best-gallery-progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #c5c3e3;
    transition: width .6s ease;
}




.best-gallery-counter {
    margin-left: 20px;
    color: #000000;
    font-size: 11px;
    letter-spacing: 3px;
}



.best-gallery-buttons {
    display: flex;
    gap: 10px;
}

.best-gallery-button {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(90deg, #c5c3e3 0%, #a59ece 45%, #8a7eba 75%, #7465ab 100%);
    background: background: linear-gradient(90deg, #c5c3e3 0%, #a59ece 45%, #8a7eba 75%, #7465ab 100%);
    border: 1px solid #c5c3e3;
    /* background: #ca0350; */
    color: #000000;
    font-size: 20px;
    cursor: pointer;
    transition: .35s ease;
}

.best-gallery-button:hover {
    background: #c5c3e3;
    color: #000;
    border-color: #c5c3e3;
}


/* =====================================================
   POPUP
===================================================== */

.best-gallery-popup {
    position: fixed;
    inset: 0;

    z-index: 999999;

    background: rgba(0,0,0,.97);

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 30px;

    opacity: 0;
    visibility: hidden;

    transition:
        opacity .4s ease,
        visibility .4s ease;
}

.best-gallery-popup.open {
    opacity: 1;
    visibility: visible;
}


/* =====================================================
   POPUP IMAGE
===================================================== */

.best-gallery-popup img {
    max-width: 90vw;
    max-height: 88vh;

    width: auto;
    height: auto;

    object-fit: contain;

    transform: scale(.9);

    transition:
        transform .5s cubic-bezier(.2,.65,.3,1);
}

.best-gallery-popup.open img {
    transform: scale(1);
}


/* =====================================================
   POPUP CLOSE
===================================================== */

.best-gallery-popup-close {
    position: absolute;

    top: 25px;
    right: 30px;

    width: 55px;
    height: 55px;

    border-radius: 50%;

    border: 1px solid rgba(255,255,255,.5);

    background: transparent;
    color: #fff;

    font-size: 28px;

    cursor: pointer;

    transition: .3s ease;
}

.best-gallery-popup-close:hover {
    background: #c7a354;
    color: #000;

    border-color: #c7a354;

    transform: rotate(90deg);
}



.best-gallery-popup-arrow {
    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    width: 58px;
    height: 58px;

    border-radius: 50%;

    border: 1px solid rgba(255,255,255,.45);

    background: rgba(0,0,0,.4);

    color: #fff;

    font-size: 22px;

    cursor: pointer;

    transition: .3s ease;
}

.best-gallery-popup-arrow:hover {
    background: #c7a354;
    color: #000;

    border-color: #c7a354;
}

.best-gallery-popup-prev {
    left: 25px;
}

.best-gallery-popup-next {
    right: 25px;
}


/* =====================================================
   POPUP COUNTER
===================================================== */

.best-gallery-popup-counter {
    position: absolute;

    bottom: 25px;
    left: 50%;

    transform: translateX(-50%);

    font-size: 11px;
    letter-spacing: 4px;

    color: #aaa;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1000px) {

    .best-gallery-slide {
        flex-basis: 78%;
        height: 500px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .best-gallery-section {
        padding: 70px 0;
    }

    .best-gallery-heading {
        padding: 0 20px;
        margin-bottom: 35px;
    }

    .best-gallery-title {
        font-size: 48px;
        letter-spacing: -2px;
    }

    .best-gallery-track {
        gap: 13;
    }

    .best-gallery-slide {
        flex: 0 0 86%;
        height: 470px;

        transform: scale(.88);
        opacity: .5;
    }

    .best-gallery-slide.active {
        transform: scale(1);
        opacity: 1;
    }

    .best-gallery-content {
        left: 20px;
        right: 20px;
        bottom: 22px;
    }

    .best-gallery-name {
        font-size: 19px;
    }

    .best-gallery-view {
        width: 43px;
        height: 43px;
        font-size: 15px;
    }

    .best-gallery-controls {
        padding: 25px 20px 0;
    }

    .best-gallery-progress {
        width: 150px;
    }

    .best-gallery-button {
        width: 45px;
        height: 45px;
        font-size: 17px;
    }

    .best-gallery-popup {
        padding: 15px;
    }

    .best-gallery-popup img {
        max-width: 94vw;
        max-height: 82vh;
    }

    .best-gallery-popup-close {
        width: 45px;
        height: 45px;

        top: 15px;
        right: 15px;
    }

    .best-gallery-popup-arrow {
        width: 43px;
        height: 43px;
        font-size: 16px;
    }

    .best-gallery-popup-prev {
        left: 8px;
    }

    .best-gallery-popup-next {
        right: 8px;
    }

}

.amenities-section {
    width: 100%;
    background: #ffffff !important;
    padding: 70px 0px;
    overflow: hidden;
}

.amenities-container {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
}


/* =========================================================
   GRID
========================================================= */

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 44px;
    row-gap: 58px;
}


/* =========================================================
   ITEM
========================================================= */

.amenity-item {
    position: relative;
}


/* =========================================================
   LINE
========================================================= */

.amenity-line {
    width: 100%;
    height: 1px;
    background: #33333354;
    position: relative;
}


/* =========================================================
   ONLY ONE MOVING DOT
========================================================= */

.moving-dot {

    position: absolute;

    width: 7px;
    height: 7px;

    background: #000;

    border-radius: 50%;

    left: 0;
    top: 50%;

    transform: translate(-50%, -50%);

    z-index: 20;

    opacity: 0;
}


/* =========================================================
   HEADING
========================================================= */

.amenity-heading {
        min-height: 45px;
        border-bottom: 1px solid #33333354;
        display: flex;
        align-items: center;
        padding-right: 70px;
        font-size: 15px !important;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.3;
        color: #000;
        opacity: 0;
        transform: translateY(15px);
        transition:
        opacity .7s ease,
        transform .7s ease;
        }


/* =========================================================
   IMAGE CIRCLE
========================================================= */

.amenity-icon {
        width: 70px;
        height: 70px;
        border: 1px solid #222;
        border-radius: 50%;
        background: #ffffff;
        position: absolute;
        right: 46px;
        top: -34px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 5;
        opacity: 0;
        transform: scale(.8);
        transition:
        opacity .7s ease,
        transform .7s ease;
        }


.amenity-icon img {width: 44px;height: 41px;/* object-fit: cover; *//* border-radius: 50%; */}


/* =========================================================
   LIST
========================================================= */

.amenity-list {

    margin: 14px 0 0 0;

    padding-left: 0;

    list-style: none;

    color: #000;

    font-size: 16px;

    font-weight: 400;

    line-height: 29px;

    opacity: 0;

    transform: translateY(15px);

    transition:
        opacity .7s ease,
        transform .7s ease;
}


.amenity-list li {

    font-size: 14px !important;

    font-weight: 400;

    margin-bottom: 0 !important;

}


/* =========================================================
   CONTENT APPEAR
========================================================= */

.amenity-item.active .amenity-heading {

    opacity: 1;

    transform: translateY(0);

    transition-delay: .3s;
}


.amenity-item.active .amenity-icon {

    opacity: 1;

    transform: scale(1);

    transition-delay: .5s;
}


.amenity-item.active .amenity-list {

    opacity: 1;

    transform: translateY(0);

    transition-delay: .7s;
}


/* =========================================================
   ONE DOT - CONTINUOUS PATH
========================================================= */

.amenity-item.active .moving-dot {

    opacity: 1;

    animation:
        movingDotPath 5s linear infinite;

}


/* =========================================================
   DOT PATH
========================================================= */

/*
   The SAME dot:

   1. Moves across the line
   2. Moves toward the circle
   3. Travels around the circle
   4. Returns to the line
   5. Repeats
*/

@keyframes movingDotPath {

    /* START OF LINE */
    0% {
        left: 0%;
        top: 0px;
        transform: translate(-50%, -50%);
    }


    /* MOVE ACROSS LINE */
    30% {
        left: calc(100% - 46px);
        top: 0px;
        transform: translate(-50%, -50%);
    }


    /* MOVE TO TOP OF CIRCLE */
    38% {
        left: calc(100% - 46px);
        top: -34px;
        transform: translate(-50%, -50%);
    }


    /* TOP OF CIRCLE */
    42% {
        left: calc(100% - 46px);
        top: -34px;
        transform: translate(-50%, -50%);
    }


    /* RIGHT SIDE */
    50% {
        left: calc(100% - 16px);
        top: -4px;
        transform: translate(-50%, -50%);
    }


    /* BOTTOM */
    58% {
        left: calc(100% - 46px);
        top: 26px;
        transform: translate(-50%, -50%);
    }


    /* LEFT SIDE */
    66% {
        left: calc(100% - 76px);
        top: -4px;
        transform: translate(-50%, -50%);
    }


    /* BACK TO TOP */
    74% {
        left: calc(100% - 46px);
        top: -34px;
        transform: translate(-50%, -50%);
    }


    /* PAUSE */
    80% {
        left: calc(100% - 46px);
        top: -34px;
        transform: translate(-50%, -50%);
    }


    /* RETURN TO LINE */
    88% {
        left: calc(100% - 46px);
        top: 0px;
        transform: translate(-50%, -50%);
    }


    /* MOVE BACK TO START */
    100% {
        left: 0%;
        top: 0px;
        transform: translate(-50%, -50%);
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .amenities-section {
        padding: 50px 25px;
    }

    .amenities-grid {

        grid-template-columns: repeat(2, 1fr);

        column-gap: 35px;

        row-gap: 55px;
    }

    .amenity-icon {
        right: 30px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .amenities-section {

        padding: 40px 18px;
    }

    .amenities-grid {grid-template-columns: 1fr;row-gap: 50px;}

    .amenity-heading {

        font-size: 17px;

        min-height: 45px;

        padding-right: 65px;
    }

    .amenity-list {/* font-size: 15px !important; */line-height: 27px;}

    .amenity-icon {/* width: 59px; *//* height: 48px; */right: 20px;top: -23px;}


    /* MOBILE DOT PATH */

    @keyframes movingDotPath {

        0% {
            left: 0%;
            top: 0;
        }

        30% {
            left: calc(100% - 36px);
            top: 0;
        }

        38% {
            left: calc(100% - 36px);
            top: -23px;
        }

        50% {
            left: calc(100% - 13px);
            top: -1px;
        }

        62% {
            left: calc(100% - 36px);
            top: 22px;
        }

        74% {
            left: calc(100% - 59px);
            top: -1px;
        }

        86% {
            left: calc(100% - 36px);
            top: -23px;
        }

        92% {
            left: calc(100% - 36px);
            top: 0;
        }

        100% {
            left: 0%;
            top: 0;
        }

    }

}
/* Active navbar link */
.navbar-links a.active,
.mobile-navigation a.active {
    color: #ca1d55 !important;
    font-weight: 600;
}

/* Optional underline */
.navbar-links a {
    position: relative;
}

.navbar-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: #c7a354;
    transition: width 0.3s ease;
}

.navbar-links a.active::after {
    width: 100%;
}

/* Mobile - no underline */
.mobile-navigation a::after {
    display: none;
}




            @media (max-width: 991px) {
                .plot-progress-section::before {
                    width: 100%;
                    height: 45%;
                    opacity: 0.15;
                }

                .plot-progress-section {
                    height: auto;
                }
            }
       
     

   

            .urban-living .text-content {
                width: 100%;

                display: flex;
                align-items: flex-start;
                justify-content: space-between;

                gap: 40px;
            }


            /* =====================================================
           LEFT CONTENT
        ===================================================== */

            .urban-living .abt-left {
                width: 50%;
            }


            .urban-living .abt-left h2 {
                width: 100%;
                margin: 0;
                font-size: 18px;
                line-height: 29px;
                font-weight: 600;
                text-transform: uppercase;
            }


            /* =====================================================
           BORDER
        ===================================================== */

            .urban-living .abt-boder {
                width: 90%;
                margin-top: 25px;
                border-top: 1px solid rgb(0 0 0 / 22%);
            }


            /* =====================================================
           RIGHT CONTENT
        ===================================================== */

            .urban-living .abt-right {
                width: 50%;
                /* padding-top: 30px; */
            }


            .urban-living .abt-right p {
                margin: 0 0 20px;
                text-align: justify;
                color: #fefefe;
                font-size: 16px;
                line-height: 26px;
                font-weight: 400;
            }


            /* =====================================================
           BUTTON CONTAINER
        ===================================================== */

            .urban-living .button-container-abt {
                width: fit-content;
                max-width: 100%;

                padding-top: 30px;

                display: flex;
                align-items: center;

                position: relative;
            }


            /* =====================================================
           KNOW MORE BUTTON
        ===================================================== */

            .urban-living .abt-btn {
                background: #000;
                color: #fff;

                border: 1px solid #fefefe;

                padding: 10px 20px;

                border-radius: 27.5px;

                font-size: 16px;
                line-height: 21px;

                cursor: pointer;

                transition: transform 0.6s ease-in-out;
            }


            /* =====================================================
           ARROW BUTTON
        ===================================================== */

            .urban-living .abt-btn-arrow {
                width: 62px;
                height: 62px;

                display: flex;
                align-items: center;
                justify-content: center;

                background: #000;
                color: #fff;

                border: 1px solid #fefefe;

                padding: 15px;

                border-radius: 50%;

                cursor: pointer;

                transition: transform 0.6s ease-in-out;
            }


            .urban-living .abt-btn-arrow img {
                width: 20px;
                height: 20px;

                object-fit: contain;
            }


            /* =====================================================
           BUTTON HOVER
        ===================================================== */

            .urban-living .button-container-abt:hover .abt-btn {
                transform: translateX(38px);
            }


            .urban-living .button-container-abt:hover .abt-btn-arrow {
                transform: translateX(-38px);
            }


            /* =====================================================
           DESKTOP / MOBILE BUTTON
        ===================================================== */

            .urban-living .btn-mbs {
                display: flex;
            }

            .urban-living .btn-mb {
                display: none;
            }


            /* =====================================================
           IMAGE CONTAINER
        ===================================================== */

            .urban-living .image-container {padding-top: 60px;width: 100%;display: flex;gap: 20px;position: relative;overflow: hidden;align-items: stretch;

                /* Prevent selection while moving mouse */user-select: none;}


            /* =====================================================
           IMAGES
        ===================================================== */

            .urban-living .image-container img {display: block;height: 500px;min-width: 0;flex-shrink: 0;object-fit: cover;/* border-radius: 10px; */box-shadow:
                    0 4px 10px rgba(255, 255, 255, 0.12);

                /*
               VERY SMOOTH ANIMATION
            */transition:
                    width 1.2s cubic-bezier(0.16, 1, 0.3, 1);will-change: width;pointer-events: none;}


            /* =====================================================
           DEFAULT
        ===================================================== */

            .urban-living .image-container .image-left {
                width: calc(50% - 10px);
            }


            .urban-living .image-container .image-right {
                width: calc(50% - 10px);
            }


            /* =====================================================
           LEFT HOVER
        ===================================================== */

            .urban-living .image-container.hover-left .image-left {
                width: calc(35% - 10px);
            }


            .urban-living .image-container.hover-left .image-right {
                width: calc(65% - 10px);
            }


            /* =====================================================
           RIGHT HOVER
        ===================================================== */

            .urban-living .image-container.hover-right .image-left {
                width: calc(65% - 10px);
            }


            .urban-living .image-container.hover-right .image-right {
                width: calc(35% - 10px);
            }


            /* =====================================================
           TABLET
        ===================================================== */

            @media (max-width: 991px) {

                .urban-living {
                    padding-left: 30px;
                    padding-right: 30px;
                }


                .urban-living .text-content {
                    gap: 25px;
                }


                .urban-living .abt-left h2 {
                    font-size: 34px;
                }


                .urban-living .image-container img {
                    height: 430px;
                }

            }


            /* =====================================================
           MOBILE
        ===================================================== */

            @media (max-width: 767px) {

                .urban-living {

                    padding-top: 40px;
                    padding-bottom: 40px;

                    padding-left: 20px;
                    padding-right: 20px;

                    background-position: center;
                }


                /* TEXT */

                .urban-living .text-content {
                    display: block;
                }


                .urban-living .abt-left {
                    width: 100%;
                }


                .urban-living .abt-left h2 {
                    font-size: 30px;
                    line-height: 29px;
                }


                .urban-living .abt-boder {
                    width: 100%;
                }


                /* DESKTOP BUTTON */

                .urban-living .btn-mbs {
                    display: none;
                }


                /* RIGHT TEXT */

                .urban-living .abt-right {
                    width: 100%;
                    padding-top: 25px;
                }


                .urban-living .abt-right p {
                    font-size: 14px;
                    line-height: 30px;
                }


                /* MOBILE BUTTON */

                .urban-living .btn-mb {
                    display: flex;
                    margin-top: 10px;
                }


                /* =================================================
               MOBILE IMAGES
            ================================================= */

                .urban-living .image-container {padding-top: 6px;gap: 10px;/* display: inline; */overflow: hidden;}


                .urban-living .image-container img {width: calc(50% - 5px) !important;height: 350px;transition: none;}

            }


            /* =====================================================
           SMALL MOBILE
        ===================================================== */

            @media (max-width: 480px) {

                .urban-living {

                    padding-left: 15px;
                    padding-right: 15px;
                }


                .urban-living .abt-left h2 {
                    font-size: 18px;
                    list-style: 29px;
                }


                .urban-living .image-container img {
                    height: 280px;
                    width: 100%;
                }

            }       .responsive-video {
            width: 100%;
            max-width: 100%;
            height: auto;
            display: block;
        }

        /* Optional video wrapper */
        .video-wrapper {
            width: 100%;
            overflow: hidden;
        }

        .legacy a{
            text-decoration: none;
        }